Merge pull request #69858 from losipiuk/jobs-rbac

Grant permissions for batch/job to cluster-autoscaler
pull/58/head
k8s-ci-robot 2018-10-17 01:22:14 -07:00 committed by GitHub
commit 7de4c007f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ rules:
- apiGroups: ["apps"]
resources: ["statefulsets"]
verbs: ["get", "list", "watch"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["get", "list", "watch"]
- apiGroups: ["policy"]
resources: ["poddisruptionbudgets"]
verbs: ["get", "list", "watch"]