Question
Unsufficient CPU for pod despite low CPU usage
I have a Kubernetes cluster running several review environments. According to the graphs on in the Digital Ocean console, it’s CPU usage is at ~10%, with at most spikes up to 30% CPU. Yet, when I try to deploy a Helm chart, I see my pod has the following status:
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2020-07-01T13:54:51Z"
message: '0/4 nodes are available: 4 Insufficient cpu.'
reason: Unschedulable
status: "False"
type: PodScheduled
What could be causing this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×