From 679fa744ce218df468ff6c53c7442124a78b1384 Mon Sep 17 00:00:00 2001 From: Coolknight Date: Mon, 15 Jul 2019 09:25:17 +0200 Subject: [PATCH] Update v1.10.0.yaml I had the following errors in the log: --- addons/cluster-autoscaler/v1.10.0.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/addons/cluster-autoscaler/v1.10.0.yaml b/addons/cluster-autoscaler/v1.10.0.yaml index 1aba361058..f318eed596 100644 --- a/addons/cluster-autoscaler/v1.10.0.yaml +++ b/addons/cluster-autoscaler/v1.10.0.yaml @@ -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