Back to Talos

KubeClusterConfig

website/content/v1.14/reference/configuration/kubernetes/kubeclusterconfig.md

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

{{< highlight yaml >}} apiVersion: v1alpha1 kind: KubeClusterConfig clusterName: example-cluster # The cluster name. endpoint: https://example.com:6443/ # The Kubernetes API endpoint. {{< /highlight >}}

FieldTypeDescriptionValue(s)
clusterNamestringThe cluster name.
It is used mostly for informational purposes, and gets included into kubeconfig.
endpointURLThe Kubernetes API endpoint.
For a single-node cluster, this can be the same as the node's IP address.
For a multi-node cluster, this should be the load balancer's IP address or DNS name,
or any other address (VIP, BGP, etc.) that can be used to reach the Kubernetes API server from the nodes.