Merge pull request #69858 from losipiuk/jobs-rbac

Grant permissions for batch/job to cluster-autoscaler
This commit is contained in:
k8s-ci-robot
2018-10-17 01:22:14 -07:00
committed by GitHub

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"]