Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3334 from /issues/3332-add-nodestatus-perms
Browse files Browse the repository at this point in the history
Add permissions to set node status
  • Loading branch information
brb authored Jun 21, 2018
2 parents 25c2651 + d513e68 commit 58eaf19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions prog/weave-kube/weave-daemonset-k8s-1.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ items:
- get
- list
- watch
- apiGroups:
- ''
resources:
- nodes/status
verbs:
- patch
- update
- apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
Expand Down

0 comments on commit 58eaf19

Please sign in to comment.