1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-25 20:59:28 +01:00

Merge pull request #237 from KohlsTechnology/issue-229

Update ClusterRole To Allow Creating Events
This commit is contained in:
Kubernetes Prow Robot
2020-02-11 18:28:07 -08:00
committed by GitHub

View File

@@ -5,6 +5,9 @@ metadata:
name: descheduler-cluster-role
namespace: kube-system
rules:
- apiGroups: [""]
resources: ["events"]
verbs: ["create", "update"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "watch", "list"]