mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Update addon resizer to 1.8.13
Needed to fix https://github.com/kubernetes/autoscaler/issues/3567
This commit is contained in:
parent
b1b06fe0a4
commit
7d2e6d7ba9
@ -69,7 +69,7 @@ spec:
|
||||
- mountPath: /tmp
|
||||
name: tmp-dir
|
||||
- name: metrics-server-nanny
|
||||
image: k8s.gcr.io/addon-resizer:1.8.11
|
||||
image: k8s.gcr.io/autoscaling/addon-resizer:1.8.13
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
@ -25,6 +25,7 @@ rules:
|
||||
- list
|
||||
- update
|
||||
- watch
|
||||
- patch
|
||||
- nonResourceURLs:
|
||||
- /metrics
|
||||
verbs:
|
||||
|
Loading…
Reference in New Issue
Block a user