| Field | Type | Description | Value(s) |
|---|---|---|---|
clusterName | string | The cluster name. It is used mostly for informational purposes, and gets included into kubeconfig. | |
endpoint | URL | The 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. |
Kubernetes
KubeClusterConfig
KubeClusterConfig configures Kubernetes cluster base settings.