I create a kubernetes cluster but no nodes found
I've created a kubernetes cluster but when I "kubectl get nodes" or any namespace "kubectl get pods" all are pending and the reason is that there are no available nodes.
In the UI though I see the nodes as running, any ideas?
1 Reply
hphillips
Linode Staff
I can think of a few possibilities to investigate:
If you have more than one cluster, you may want to verify that node pool you are seeing is associated with the correct cluster.
The Node Pool may still in the process of provisioning and is not fully online yet
Verify that you are using the correct Kubeconfig for the cluster. If you have created and deleted an older cluster, your $KUBECONFIG may still refer to the older configuration.
You could try recycling the node pool