When a k8s cluster is build without a loadbalancer the generated kubeconfig is valid for only one selected node. If we use multiple nodes for the control plane the certificate will not be valid for all of them.
Exit criteria
[ ] Explore ways to make the generated certificate valid for all control nodes when a loadbalancer is not used
Description
When a k8s cluster is build without a loadbalancer the generated kubeconfig is valid for only one selected node. If we use multiple nodes for the control plane the certificate will not be valid for all of them.
Exit criteria