Add comment to clarify the use of the minClusterSize flag.

This commit is contained in:
Van Tu 2018-08-08 13:41:59 -04:00
parent 8bd0a306b5
commit b601a02625

View File

@ -90,6 +90,8 @@ spec:
- --container=metrics-server
- --poll-period=300000
- --estimator=exponential
# Specifies the smallest cluster (defined in number of nodes)
# resources will be scaled to.
- --minClusterSize={{ metrics_server_min_cluster_size }}
volumes:
- name: metrics-server-config-volume