As the title says, when I look at kubectl describe pods -n nginx-ingress I am told that the it cannot start up the pods I need due to Insufficient CPU.
However, my system has plenty of CPU to offer, as shown in this image:
Only 21% Utilization.
Note: I am using kubeadm to self host on a Cloud VM
I also cheked the CPU of the node in kubectl, which may be a hint about the issue:
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (95%) 100m (10%)
memory 290Mi (15%) 390Mi (20%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
Events: <none>
Thanks for any help, RuboGubo