Skip to main content
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.
FieldTypeDescriptionValue(s)
namestringIP address to be advertised as a Layer 2 VIP.
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.
apiTokenstringSpecifies the Hetzner Cloud API Token.