Skip to content

Commit

Permalink
Merge pull request #3364 from johanhubens/issue-3363
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Allow cluster autoscaler addon to read statefulsets
  • Loading branch information
Kubernetes Submit Queue authored Sep 15, 2017
2 parents 4b5d6e4 + 2087cac commit 168ed3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions addons/cluster-autoscaler/v1.6.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ rules:
verbs:
- watch
- list
- apiGroups:
- apps
resources:
- statefulsets
verbs:
- watch
- list

---

Expand Down

0 comments on commit 168ed3f

Please sign in to comment.