I\'m not sure why I\'m getting an error No nodes are available that match all of the following predicates:: Insufficient cpu (1)
.
I don\'t recall setting a
I had got the same error but I created a cluster with just one node. So, I updated my cluster with min and max number of nodes with the following command:
gcloud container clusters update --enable-autoscaling --min-nodes=1 --max-nodes=15
And the very next moment, pod/pods changed status from Pending to Running.