Skip to content

Improve the documentation about how to delete over-resource-used pods in "Multi Hierarchy Elastic Quota Management" #138

Description

@jiasheng55

https://github.com/koordinator-sh/website/blob/main/docs/user-manuals/multi-hierarchy-elastic-quota-management.md#used--runtime-revoke

Suggestions:

  1. To delete over-resource-used pods, we need to set enableCheckParentQuota: true in koord-scheduler-config, otherwise there would be no pods revocation.
  2. 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"
- apiGroups:
  - ""
  resources:
  - pods/eviction
  verbs:
  - create

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions