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

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

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct