Hi Experts, can anyone please suggest fix dial tcp connection refused error as every repeated installation facing the same issue? All the time, the cluster is working 5 min, and pods are getting down, facing the same issue again.
command i used for isntallation:
kubeadm init --pod-network-cidr=10.244.0.0/16 --apiserver-advertise-address=192.168.29.208
Errors:
$ kubectl get pods -A
E1027 16:41:33.397370 6188 memcache.go:265] “Unhandled Error” err=“couldn’t get current server API group list: Get "https://192.168.29.208:6443/api?timeout=32s\”: dial tcp 192.168.29.208:6443: connect: connection refused"
@kubemaster:~$