I want to Deploy Karp enter on GKE Cluster. I haven’t found the documentation for the same. I tried using helm chart and getting this error.
insufficient quota to match these scopes: [{Priority Class In [system-node-critical system-cluster-critical]}]
Please help me to resolve this error.
4 Likes
Hi @amarjotsingh ,
Based from the error that you mentioned, you need to check if you have sufficient quota for the required priority classes. You can check your current quota by visiting the Google Cloud Console and navigating to the “IAM & Admin” > “Quotas” page.
To increase the quota, you can request a quota increase from the Google Cloud Console.
Let me know if this helps.
2 Likes
Hi ,
While Karpenter itself is open-source and theoretically cloud-agnostic, but afaik it does not support GKE right? or has that changed?
2 Likes
Hello @Marvin_Lucero
I am also facing same issue.
which quota needs to be increased?
1 Like
Karpenter doesn’t support GCP yet, or Google doesn’t support Karpenter 
Fingers crossed: https://github.com/cloudpilot-ai/karpenter-provider-gcp (in development)
1 Like