Explain behavior of enable_cluster_alerting and enable_cluster_monitoring

This commit is contained in:
Catherine Luse
2019-11-19 17:16:45 -07:00
committed by Denise
parent 7b6ac93f44
commit d0993d9dba
@@ -12,8 +12,21 @@ The YAML in the RKE template uses the same customization that is used when you c
# Cluster Config
#
docker_root_dir: /var/lib/docker
enable_cluster_alerting: false
enable_cluster_monitoring: false
# This setting is not enforced. Clusters
# created with this sample template
# would have alerting turned off by default,
# but end users could still turn alerting
# on or off.
enable_cluster_monitoring: true
# This setting is not enforced. Clusters
# created with this sample template
# would have monitoring turned on
# by default, but end users could still
# turn monitoring on or off.
enable_network_policy: false
local_cluster_auth_endpoint:
enabled: true