mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
parent
4df6a26df7
commit
e6bf9c6359
@ -25,7 +25,6 @@ spec:
|
||||
command:
|
||||
- /heapster
|
||||
- --source=kubernetes:https://kubernetes
|
||||
- --sink=gcm
|
||||
- --sink=gcl
|
||||
- --sink=influxdb:http://monitoring-influxdb:8086
|
||||
- --poll_duration=2m
|
||||
|
@ -57,7 +57,7 @@ ENABLE_NODE_MONITORING="${KUBE_ENABLE_NODE_MONITORING:-true}"
|
||||
# none - No cluster monitoring setup
|
||||
# influxdb - Heapster, InfluxDB, and Grafana
|
||||
# google - Heapster, Google Cloud Monitoring, and Google Cloud Logging
|
||||
# googleinfluxdb - Enable influxdb and google
|
||||
# googleinfluxdb - Enable influxdb and google (except GCM)
|
||||
ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-googleinfluxdb}"
|
||||
|
||||
# Optional: Enable node logging.
|
||||
|
Loading…
Reference in New Issue
Block a user