Bump addon resizer to 1.8.9 version

This commit is contained in:
wojtekt 2020-05-26 17:27:50 +02:00
parent c1707541d8
commit 5d93888f20
2 changed files with 7 additions and 1 deletions

View File

@ -64,7 +64,7 @@ spec:
name: https
protocol: TCP
- name: metrics-server-nanny
image: k8s.gcr.io/addon-resizer:1.8.7
image: k8s.gcr.io/addon-resizer:1.8.9
resources:
limits:
cpu: 100m
@ -99,6 +99,8 @@ spec:
# Specifies the smallest cluster (defined in number of nodes)
# resources will be scaled to.
- --minClusterSize={{ metrics_server_min_cluster_size }}
# Use kube-apiserver metrics to avoid periodically listing nodes.
- --use-metrics=true
volumes:
- name: metrics-server-config-volume
configMap:

View File

@ -25,6 +25,10 @@ rules:
- list
- update
- watch
- nonResourceURLs:
- /metrics
verbs:
- get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding