Version v1.8 of the documentation is for the Talos version being developed. For the latest stable version of Talos, see the latest version.

KubespanEndpoints

KubespanEndpoints is a config document to configure KubeSpan endpoints.
apiVersion: v1alpha1
kind: KubespanEndpointsConfig
# A list of extra Wireguard endpoints to announce from this machine.
extraAnnouncedEndpoints:
    - 192.168.13.46:52000
FieldTypeDescriptionValue(s)
extraAnnouncedEndpoints[]AddrPort
A 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.