Commit abe3554d authored by Marek Siarkowicz's avatar Marek Siarkowicz

Increase metrics-server scrape frequency to 30s

parent 058b26f3
...@@ -52,6 +52,7 @@ spec: ...@@ -52,6 +52,7 @@ spec:
image: k8s.gcr.io/metrics-server-amd64:v0.3.0 image: k8s.gcr.io/metrics-server-amd64:v0.3.0
command: command:
- /metrics-server - /metrics-server
- --metric-resolution=30s
# These are needed for GKE, which doesn't support secure communication yet. # These are needed for GKE, which doesn't support secure communication yet.
# Remove these lines for non-GKE clusters, and when GKE supports token-based auth. # Remove these lines for non-GKE clusters, and when GKE supports token-based auth.
- --kubelet-port=10255 - --kubelet-port=10255
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment