Back to Talos

KubeSpanEndpointsConfig

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

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

{{< highlight yaml >}} apiVersion: v1alpha1 kind: KubeSpanEndpointsConfig

A list of extra Wireguard endpoints to announce from this machine.

extraAnnouncedEndpoints: - 192.168.13.46:52000 {{< /highlight >}}

FieldTypeDescriptionValue(s)
extraAnnouncedEndpoints[]AddrPortA list of extra Wireguard endpoints to announce from this machine.

Talos automatically adds endpoints based on machine addresses, public IP, etc. This field allows to add extra endpoints which are managed outside of Talos, e.g. NAT mapping. | |