mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Set poll period of metrics server nanny to 30s
Set poll period of fetching changes from k8s api of metrics server nanny to 30s. This will enable faster scaling of metrics server
This commit is contained in:
parent
27af788a17
commit
a492762995
@ -99,7 +99,7 @@ spec:
|
||||
- --threshold=5
|
||||
- --deployment=metrics-server-v0.4.4
|
||||
- --container=metrics-server
|
||||
- --poll-period=300000
|
||||
- --poll-period=30000
|
||||
- --estimator=exponential
|
||||
# Specifies the smallest cluster (defined in number of nodes)
|
||||
# resources will be scaled to.
|
||||
|
Loading…
Reference in New Issue
Block a user