mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
cluster/addons: set metrics-resolution to 15s
Align metrics-server metrics-resolution with the upstream manifests so that scalability tests are running a similar configuration of metrics-server as the one we are running in the e2e tests. Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
parent
0f373abb6a
commit
08a324bf51
@ -53,7 +53,7 @@ spec:
|
||||
image: registry.k8s.io/metrics-server/metrics-server:v0.5.2
|
||||
command:
|
||||
- /metrics-server
|
||||
- --metric-resolution=30s
|
||||
- --metric-resolution=15s
|
||||
- --kubelet-use-node-status-port
|
||||
- --kubelet-insecure-tls
|
||||
- --kubelet-preferred-address-types=InternalIP,Hostname,InternalDNS,ExternalDNS,ExternalIP
|
||||
|
Loading…
Reference in New Issue
Block a user