Merge pull request #7248 from Coolknight/master

Add some permissions to cluster-autoscaler clusterrole
This commit is contained in:
Kubernetes Prow Robot 2019-07-19 06:41:11 -07:00 committed by GitHub
commit 836c199c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -42,11 +42,14 @@ rules:
resources: ["poddisruptionbudgets"]
verbs: ["watch","list"]
- apiGroups: ["apps"]
resources: ["statefulsets"]
resources: ["statefulsets","replicasets","daemonsets"]
verbs: ["watch","list","get"]
- apiGroups: ["storage.k8s.io"]
resources: ["storageclasses"]
verbs: ["watch","list","get"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["watch","list","get"]
---
apiVersion: rbac.authorization.k8s.io/v1