Unverified Commit 7de4c007 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #69858 from losipiuk/jobs-rbac

Grant permissions for batch/job to cluster-autoscaler
parents ec87d22d 80e66596
...@@ -33,6 +33,9 @@ rules: ...@@ -33,6 +33,9 @@ rules:
- apiGroups: ["apps"] - apiGroups: ["apps"]
resources: ["statefulsets"] resources: ["statefulsets"]
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["get", "list", "watch"]
- apiGroups: ["policy"] - apiGroups: ["policy"]
resources: ["poddisruptionbudgets"] resources: ["poddisruptionbudgets"]
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment