mirror of https://github.com/kubernetes/kops.git
Update metrics-server to v0.7.2
This commit is contained in:
parent
e797e75711
commit
37483d1205
|
|
@ -145,7 +145,7 @@ spec:
|
|||
{{ if WithDefaultBool .MetricsServer.Insecure true }}
|
||||
- --kubelet-insecure-tls
|
||||
{{ end }}
|
||||
image: {{ or .MetricsServer.Image "registry.k8s.io/metrics-server/metrics-server:v0.7.1" }}
|
||||
image: {{ or .MetricsServer.Image "registry.k8s.io/metrics-server/metrics-server:v0.7.2" }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 3
|
||||
|
|
|
|||
Loading…
Reference in New Issue