Adding a new hostname or IP Address to K8S API Server
Retrieve the kubeadm configuration file
kubectl -n kube-system get configmap kubeadm-config -o jsonpath='{.data.ClusterConfiguration}' --insecure-skip-tls-verify > kubeadm.yaml
Fine-tune the configuration file
apiServer:
certSANs:
- "10.10.10.10...
blog.tuando.app1 min read