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
To delete over-resource-used pods, we need to set enableCheckParentQuota: true in koord-scheduler-config, otherwise there would be no pods revocation.
To enable deletion, we need to add the following config to koord-scheduler-role ClusterRole, otherwise we would get error messages like User "system:serviceaccount:koordinator-system:koord-scheduler" cannot create resource "pods/eviction" in API group "" in the namespace "xxx"
https://github.com/koordinator-sh/website/blob/main/docs/user-manuals/multi-hierarchy-elastic-quota-management.md#used--runtime-revoke
Suggestions:
enableCheckParentQuota: truein koord-scheduler-config, otherwise there would be no pods revocation.User "system:serviceaccount:koordinator-system:koord-scheduler" cannot create resource "pods/eviction" in API group "" in the namespace "xxx"