Back to Talos

Layer2VIPConfig

website/content/v1.13/reference/configuration/network/layer2vipconfig.md

1.13.0770 B
Original Source
<!-- markdownlint-disable -->

{{< highlight yaml >}} apiVersion: v1alpha1 kind: Layer2VIPConfig name: 10.3.0.1 # IP address to be advertised as a Layer 2 VIP. link: enp0s2 # Name of the link to assign the VIP to. {{< /highlight >}}

FieldTypeDescriptionValue(s)
namestringIP address to be advertised as a Layer 2 VIP. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
name: 192.168.100.1
{{< /highlight >}}{{< highlight yaml >}}
name: fd00::1
{{< /highlight >}}</details>
linkstringName of the link to assign the VIP to.

Selector must match exactly one link, otherwise an error is returned. If multiple selectors match the same link, the first one is used. | |