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:
olagacek 2021-05-10 15:59:31 +02:00 committed by GitHub
parent 27af788a17
commit a492762995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.