All of a sudden, I get this error when I run kubectl commands
The connection to the server xx.xx.xxx.xx:6443 was refused - did you specify the right host or port?
I can see kubelet running, but none of the other Kubernetes related services are running.
docker ps -a | grep kube-api
returns me nothing.
What I did after searching for the resolution in google:
I'm not sure what exactly I'm supposed to do here.
NB: K8 cluster is installed with kubeadm Also, I can see the pods in EVICTED state for a brief time when I could see the kubectl get pods output