0/2 Nodes Are Available: 2 Too Many Pods. Preemption: 0/2 Nodes Are
FleetingIn kubernetes
beware that the nodes may be full of pods
k get node -o json|jq '.items[].status.allocatable.pods'
"17"
"17"
And then, looking at the running pods
k get pod -A |gi running|wc -l
34
My two nodes are full or pods
I actually need k get pod -A |wc -l
40
pods.