Merge pull request #101869 from olagacek/master

Set poll period of metrics server nanny to 30s
This commit is contained in:
Kubernetes Prow Robot 2021-05-19 11:14:51 -07:00 committed by GitHub
commit 8c0d06aad8
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.