mirror of
https://github.com/helm/charts.git
synced 2026-08-20 04:47:32 +00:00
Cluster autoscaler clusterrole add jobs (#10206)
* [cluster-autoscaler] Add batch.jobs permissions to clusterrole Signed-off-by: Andrew Plummer <plummer574@gmail.com> * [cluster-autoscaler] Cronjobs too Signed-off-by: Andrew Plummer <plummer574@gmail.com> * [cluster-autoscaler] Bump version number Signed-off-by: Andrew Plummer <plummer574@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7fac63906c
commit
20fdffec8b
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
description: Scales worker nodes within autoscaling groups.
|
||||
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
|
||||
name: cluster-autoscaler
|
||||
version: 0.11.1
|
||||
version: 0.11.2
|
||||
appVersion: 1.13.1
|
||||
home: https://github.com/kubernetes/autoscaler
|
||||
sources:
|
||||
|
||||
@@ -59,6 +59,15 @@ rules:
|
||||
- watch
|
||||
- list
|
||||
- get
|
||||
- apiGroups:
|
||||
- batch
|
||||
resources:
|
||||
- jobs
|
||||
- cronjobs
|
||||
verbs:
|
||||
- watch
|
||||
- list
|
||||
- get
|
||||
- apiGroups:
|
||||
- extensions
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user