pod will not start due to “No nodes are available that match all of the following predicates:: Insufficient cpu”

前端 未结 3 634
伪装坚强ぢ
伪装坚强ぢ 2021-02-13 21:12

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

3条回答
  •  时光取名叫无心
    2021-02-13 21:52

    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.

提交回复
热议问题