Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#237 from KohlsTechnology/issue-229
Browse files Browse the repository at this point in the history
Update ClusterRole To Allow Creating Events
  • Loading branch information
(Brien Dieterle) committed Feb 12, 2020
2 parents 67d4901 + 9d28ab2 commit 3467b19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 3467b19

Please sign in to comment.