Skip to content

Commit

Permalink
fix: Give cluster-autoscaler permission to list replicasets.apps (Azu…
Browse files Browse the repository at this point in the history
  • Loading branch information
mhyllander authored and Justin Hackett committed Mar 14, 2019
1 parent 39b7c27 commit 7a5ead6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rules:
resources: ["poddisruptionbudgets"]
verbs: ["watch","list"]
- apiGroups: ["apps"]
resources: ["statefulsets"]
resources: ["statefulsets","replicasets"]
verbs: ["watch","list","get"]
- apiGroups: ["storage.k8s.io"]
resources: ["storageclasses"]
Expand Down

0 comments on commit 7a5ead6

Please sign in to comment.