• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by G Bot


26 Feb, 2025

Updated at 16 Mar, 2025

Autopilot GKE Cluster: GCE quota exceeded and insufficient CPU error

Hello, I have been experiencing a problem running an Autopilot GKE cluster. This problem actually inhabilitates pods to run so i'ts a little bit frustrating.

Actually mi configuration is only of two workloads. One deployment is configured to assign to the pods 1CPU and 2Gib RAM. But I'm constantly receiving the error that there is not enough CPU, also, in the events tab from the pod I can see the error "GCE quota exceeded" but without any details of what quota I've been exceeded. I've configured the deployment to only scale 1 pod.

Also I tried to look at quota usages ( IAM > Quotas) and the only quota I have with more than a 50% usage is Persistent Disk SSD, but the error i'm receiving indicates that the CPUs are not available.

This is an screenshot from the events tab:

gon3_1-1740473868408.png

 

This is an screenshot of my quota usage

gon3_0-1740473760831.png

This is really messing me up, i absolutely dont understand why i'm receiving a quota error while i clearly have enough room for running 1 more CPU. I have been also checking minimum and maximums of resource requests for my class:

gon3_2-1740474156582.png

If that table is correct i should be inside the boundaries, 250mCPU < 1 CPU < 30 CPU. 512 MB < 2GB < 110 GB. I really don't understand why GKE is not executing my pod...


Hopefully someone in this thread has experienced the same problem and has succesfully solved it ðŸ™‚