ff8df25935
* Issue #8493 - Missing instructions in "Creating HA clusters with kubeadm": - change to kubeadm-init.yaml: configure `advertiseAddress` to the VIP - added section with instructions for configuring `kubelet`, `kube-controller-manager` and `kube-scheduler` to use the VIP * Issue #8493 - Missing instructions in "Creating HA clusters with kubeadm": Change use the 'controlPlaneEndpoint' setting in kubeadm-init.yaml, hence no configuration file patching afterwards is necessary anymore. * Issue #8493 - added private IP to apiServerCertSANs as proposed by @detiber