Error when no node has enough available CPU
Fixes Insufficient cpu
# Insufficient cpuInsufficient cpu
Scheduler cannot find node with CPU
kubectl get pod -o yaml | grep cpu
kubectl describe node allocated
kubectl set resources --requests=cpu
kubectl top pods identifies heavy
CPU request vs limit. Request for scheduling. Limit caps usage. 1000m = 1 core.
gcloud container clusters resize
Upgrade machine types