mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
aws: fix cluster monitoring (new option "influxdb" instead of "true")
This commit is contained in:
parent
ce7a3ea34d
commit
635b6bc097
@ -54,8 +54,10 @@ ENABLE_DOCKER_REGISTRY_CACHE=true
|
|||||||
# Optional: Install node monitoring.
|
# Optional: Install node monitoring.
|
||||||
ENABLE_NODE_MONITORING="${KUBE_ENABLE_NODE_MONITORING:-true}"
|
ENABLE_NODE_MONITORING="${KUBE_ENABLE_NODE_MONITORING:-true}"
|
||||||
|
|
||||||
# Optional: When set to true, heapster, Influxdb and Grafana will be setup as part of the cluster bring up.
|
# Optional: Cluster monitoring to setup as part of the cluster bring up:
|
||||||
ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-true}"
|
# none - No cluster monitoring setup
|
||||||
|
# influxdb - Heapster, InfluxDB, and Grafana
|
||||||
|
ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-influxdb}"
|
||||||
|
|
||||||
# Optional: Enable node logging.
|
# Optional: Enable node logging.
|
||||||
ENABLE_NODE_LOGGING="${KUBE_ENABLE_NODE_LOGGING:-true}"
|
ENABLE_NODE_LOGGING="${KUBE_ENABLE_NODE_LOGGING:-true}"
|
||||||
|
Loading…
Reference in New Issue
Block a user