Kubernetes Challenges - Lab 2 - api server 6443 connection refuse

Hi all,

May i know for the question fix the control plane issues, after i correct the port to 6443, but i still getting error. anyone know what is the problem ? Thanks in advance.

Try to check whether your kube-apiserver is up and running by using crictl ps.

If the kube-apiserver is not up and running, try to check the issue in the logs at following locations:

/var/log/pods
/var/log/containers
crictl ps + crictl logs
kubelet logs: /var/log/syslog or journalctl -fu kubelet

1 Like

hi, it give me direction and is fix now

1 Like