mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Merge pull request #101869 from olagacek/master
Set poll period of metrics server nanny to 30s
This commit is contained in:
commit
8c0d06aad8
@ -99,7 +99,7 @@ spec:
|
|||||||
- --threshold=5
|
- --threshold=5
|
||||||
- --deployment=metrics-server-v0.4.4
|
- --deployment=metrics-server-v0.4.4
|
||||||
- --container=metrics-server
|
- --container=metrics-server
|
||||||
- --poll-period=300000
|
- --poll-period=30000
|
||||||
- --estimator=exponential
|
- --estimator=exponential
|
||||||
# Specifies the smallest cluster (defined in number of nodes)
|
# Specifies the smallest cluster (defined in number of nodes)
|
||||||
# resources will be scaled to.
|
# resources will be scaled to.
|
||||||
|
Loading…
Reference in New Issue
Block a user