Skip to content

Commit

Permalink
Merge pull request #3624 from carlossg/autoscaler-rbac
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Add permissions to cluster autoscaler to get statefulsets

Otherwise getting error

    User system:serviceaccount:kube-system:cluster-autoscaler cannot get statefulsets.apps in the namespace xxx. (get statefulsets.apps yyy)
  • Loading branch information
Kubernetes Submit Queue authored Oct 13, 2017
2 parents 5e1f813 + febc9d4 commit ee46d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/cluster-autoscaler/v1.6.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ rules:
verbs:
- watch
- list
- get

---

Expand Down

0 comments on commit ee46d7a

Please sign in to comment.