1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #455 from AmoVanB/fix/cluster-role-tsc

Helm: allow the topologySpreadConstraint strategy to list namespaces
This commit is contained in:
Kubernetes Prow Robot
2020-12-08 11:17:35 -08:00
committed by GitHub

View File

@@ -12,6 +12,9 @@ rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "watch", "list"]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "watch", "list", "delete"]