From cc0785e97c12a17af1cd14508a4327da144fd02c Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 27 Mar 2024 15:34:18 +0100 Subject: [PATCH] Fix typo in kubeadm-config v1beta4 config reference When adding formatting to the controlPlaneEndpoint config reference for kubeadm-config v1beta4 it appears the first letter of the value was accidentally dropped. This adds it back in the two places where this happened. Signed-off-by: Sean McGinnis --- .../en/docs/reference/config-api/kubeadm-config.v1beta4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/config-api/kubeadm-config.v1beta4.md b/content/en/docs/reference/config-api/kubeadm-config.v1beta4.md index c194ccacd1..9a4026bdcb 100644 --- a/content/en/docs/reference/config-api/kubeadm-config.v1beta4.md +++ b/content/en/docs/reference/config-api/kubeadm-config.v1beta4.md @@ -448,7 +448,7 @@ of view and as an authentication method for the node in the bootstrap phase of string -

ontrolPlaneEndpoint sets a stable IP address or DNS name for the control plane; +

controlPlaneEndpoint sets a stable IP address or DNS name for the control plane; It can be a valid IP address or a RFC-1123 DNS subdomain, both with optional TCP port. In case the controlPlaneEndpoint is not specified, the advertiseAddress + bindPort are used; in case the controlPlaneEndpoint is specified but without a TCP port, @@ -591,7 +591,7 @@ to the cluster.

localAPIEndpoint represents the endpoint of the API server instance that's deployed on this control plane node. In HA setups, this differs from ClusterConfiguration.controlPlaneEndpoint -in the sense that ontrolPlaneEndpoint is the global endpoint for the cluster, which then +in the sense that controlPlaneEndpoint is the global endpoint for the cluster, which then loadbalances the requests to each individual API server. This configuration object lets you customize what IP/DNS name and port the local API server advertises it's accessible on. By default, kubeadm tries to auto-detect the IP of the default