mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Add comment to clarify the use of the minClusterSize flag.
This commit is contained in:
parent
8bd0a306b5
commit
b601a02625
@ -90,6 +90,8 @@ spec:
|
|||||||
- --container=metrics-server
|
- --container=metrics-server
|
||||||
- --poll-period=300000
|
- --poll-period=300000
|
||||||
- --estimator=exponential
|
- --estimator=exponential
|
||||||
|
# Specifies the smallest cluster (defined in number of nodes)
|
||||||
|
# resources will be scaled to.
|
||||||
- --minClusterSize={{ metrics_server_min_cluster_size }}
|
- --minClusterSize={{ metrics_server_min_cluster_size }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: metrics-server-config-volume
|
- name: metrics-server-config-volume
|
||||||
|
Loading…
Reference in New Issue
Block a user