Back to Talos

HCloudVIPConfig

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

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

{{< highlight yaml >}} apiVersion: v1alpha1 kind: HCloudVIPConfig name: int0 # IP address to be advertised as a Layer 2 VIP. link: enp0s2 # Name of the link to assign the VIP to. apiToken: my-secret-token # Specifies the Hetzner Cloud API Token. {{< /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. | | |apiToken |string |Specifies the Hetzner Cloud API Token. | |