Skip to content

Commit

Permalink
Improve the documentation about how to delete over-resource-used pods…
Browse files Browse the repository at this point in the history
… in elastic quota management (koordinator-sh#138)
  • Loading branch information
wangjiasheng committed Jul 11, 2023
1 parent 9589c92 commit 6ee435a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/user-manuals/multi-hierarchy-elastic-quota-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ data:
apiVersion: kubescheduler.config.k8s.io/v1beta2
kind: ElasticQuotaArgs
quotaGroupNamespace: {{ .Values.installation.namespace }}
enableCheckParentQuota: true
monitorAllQuotas: true
revokePodInterval: 60s
delayEvictTime: 300s
Expand All @@ -578,6 +579,7 @@ data:
filter:
...
```
- `enableCheckParentQuota` check parentQuotaGroups' used and runtime Quota. Default is false.
- `monitorAllQuotas` enable "used > runtime revoke" logic. Default is false.
- `revokePodInterval` check loop time interval.
- `delayEvictTime` when "used > runtime" continues over `delayEvictTime` will really trigger eviction.
Expand Down Expand Up @@ -616,6 +618,12 @@ rules:
- patch
- update
- delete
- apiGroups:
- ""
resources:
- pods/eviction
verbs:
- create
- apiGroups:
...
```

0 comments on commit 6ee435a

Please sign in to comment.