mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user