You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating component-cert-manager from v3.3.0 to v3.3.1 the deployment gets stuck because of the introduction of prorityClasses in #149.
Warning FailedCreate 13m (x19 over 35m) replicaset-controller Error creating: insufficient quota to match these scopes: [{PriorityClass In [system-node-critical system-cluster-critical]}]
When updating component-cert-manager from v3.3.0 to v3.3.1 the deployment gets stuck because of the introduction of prorityClasses in #149.
Similar issues in other projects:
By default there is a ResourceQuata for namespace "kube-system":
I think having a similar quota in the namespace where cert-manager is deployed should solve this issue.
Steps to Reproduce the Problem
Actual Behavior
Rollout gets stuck
Expected Behavior
Successful update of cert-manager
The text was updated successfully, but these errors were encountered: