Hi All,
I’ve been doing some testing with IFS Cloud cluster setup in 24R2. The issue I’m facing is that kubeconfig is only created for one node, even though 3 nodes are defined. Due to this limitation, powershell cannot connect and issue any kubectl commands if the first node is down.
My expectation was that the kube config would include all 3 nodes or at least have 3 config files, but it doesn’t appear to be the case. What is the process to manage kubenetes when the first node is down? What is the way around of this?
Page 1 / 1
If the master is “gone” that should be a temporary state. If you during this time need to connect to the k8s cluster, you can ssh to one of the available nodes and do kubectl commands locally.
e.g.:
$ sudo microk8s kubectl get nodes
Thank you for the reply
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.