mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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
|
- mountPath: /tmp
|
||||||
name: tmp-dir
|
name: tmp-dir
|
||||||
- name: metrics-server-nanny
|
- name: metrics-server-nanny
|
||||||
image: k8s.gcr.io/addon-resizer:1.8.11
|
image: k8s.gcr.io/autoscaling/addon-resizer:1.8.13
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
@ -25,6 +25,7 @@ rules:
|
|||||||
- list
|
- list
|
||||||
- update
|
- update
|
||||||
- watch
|
- watch
|
||||||
|
- patch
|
||||||
- nonResourceURLs:
|
- nonResourceURLs:
|
||||||
- /metrics
|
- /metrics
|
||||||
verbs:
|
verbs:
|
||||||
|
Loading…
Reference in New Issue
Block a user