Files
deprecated-helm-charts/stable/metrics-server
Steven Wade 8f9c13292f Add options for volumeMounts and volumes in the Metrics Server chart (#11383)
* Added new values options to main README file.

Signed-off-by: Steven Wade <steven@stevenwade.co.uk>

* Minor bump on metrics server chart version.

Signed-off-by: Steven Wade <steven@stevenwade.co.uk>

* Removing too many blank lines in metrics server chart values.yaml

Signed-off-by: Steven Wade <steven@stevenwade.co.uk>

* Adding back a newline to the metrics server chart value.yaml file.

Signed-off-by: Steven Wade <steven@stevenwade.co.uk>
2019-02-13 07:48:25 -08:00
..

metrics-server

Metrics Server is a cluster-wide aggregator of resource usage data.

Configuration

Parameter Description Default
rbac.create Enable Role-based authentication true
rbac.pspEnabled Enable pod security policy support false
serviceAccount.create If true, create a new service account true
serviceAccount.name Service account to be used. If not set and serviceAccount.create is true, a name is generated using the fullname template ``
apiService.create Create the v1beta1.metrics.k8s.io API service true
hostNetwork.enable Enable hostNetwork mode false
image.repository Image repository gcr.io/google_containers/metrics-server-amd64
image.tag Image tag v0.3.1
image.pullPolicy Image pull policy IfNotPresent
args Command line arguments --logtostderr
resources CPU/Memory resource requests/limits. {}
tolerations List of node taints to tolerate (requires Kubernetes >=1.6) []
nodeSelector Node labels for pod assignment {}
affinity Node affinity {}
replicas Number of replicas 1
extraVolumeMounts Ability to provide volume mounts to the pod []
extraVolumes Ability to provide volumes to the pod []