Add node monitoring and logging facilities to libvirt-coreos

Deploy cadvisor and fluentd on each minion.
This commit is contained in:
Lénaïc Huard
2015-02-27 17:05:00 +01:00
parent 9077c23277
commit a25f2ad28d
3 changed files with 22 additions and 1 deletions

View File

@@ -47,3 +47,10 @@ done
MINION_CONTAINER_SUBNETS[$NUM_MINIONS]=$MASTER_CONTAINER_SUBNET
PORTAL_NET=10.11.0.0/16
# Optional: Install node monitoring.
ENABLE_NODE_MONITORING=true
# Optional: Enable node logging.
ENABLE_NODE_LOGGING=false
LOGGING_DESTINATION=elasticsearch