I have a Kubernetes cluster and when I try to scale a Deployment up to 8 pods, it gives an error message:
"0/3 nodes are available: 3 insufficient cpu."
After some time it shows 3/8 pods available and then 5/8 pods available with the same error, but never reached 8 pods.
Recently we introduced CPU limits on Pods.
What is the cause and solution for this error?