Skip to content

Commit

Permalink
Update RBAC to allow node controller to set noderef (#813)
Browse files Browse the repository at this point in the history
The node controller attempts to update machine.status.noderef, but
the privileges aren't set.  This RBAC change should allow the node
controller to update the noderef.

Resolves #812
  • Loading branch information
Loc Nguyen authored and k8s-ci-robot committed Mar 8, 2019
1 parent f73aacf commit d2aa1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/rbac/rbac_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ rules:
- cluster.k8s.io
resources:
- machines
- machines/status
verbs:
- get
- list
Expand Down

0 comments on commit d2aa1a2

Please sign in to comment.