You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify if kubernetes master is Ready and all services are in Running status
ansible label_type_master -a 'kubectl get pods --all-namespaces' -b
ansible label_type_master -a 'kubectl get componentstatus' -b
ansible label_type_master -a 'kubectl get nodes' -b
ansible label_type_master -a 'journalctl -u kubelet' -b
Configure the token on master and add the nodes to kubernetes master