Autoscaling not working when deploying application

We are trying to deploy an application. We keep getting the following error:

0/13 nodes are available: 1 Insufficient memory, 13 Insufficient cpu. preemption: 0/13 nodes are available: 13 No preemption victims found for incoming pod..
0/13 nodes are available: 13 Insufficient cpu, 2 Insufficient memory. preemption: 0/13 nodes are available: 13 No preemption victims found for incoming pod..

Our cluster’s Nodes auto-scaling setting is set to Min 3 - Max 20. We’ve tried deploying several times and it won’t scale up nor will it deploy our application.

Stumbled upon the root cause when I tried to change the instance type of the cluster. I received the following error in the cluster deployment logs. Going to that URL and requesting an increase for our vCPU quota fixed the deployment errors as the next time we redeployed the application, the cluster was able to autoscale up. It would have been extremely helpful and saved us a lot of time to have this error or something like it show up in the application deployment logs.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.