From 3a10cba498e12f745c8ef1287626d0f6929db2f5 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Wed, 19 May 2021 14:27:03 -0400 Subject: [PATCH] Add variable examples for rke template requirements --- .../v2.5/en/monitoring-alerting/migrating/_index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.5/en/monitoring-alerting/migrating/_index.md b/content/rancher/v2.5/en/monitoring-alerting/migrating/_index.md index c3b5a444ce7..e5c077755ee 100644 --- a/content/rancher/v2.5/en/monitoring-alerting/migrating/_index.md +++ b/content/rancher/v2.5/en/monitoring-alerting/migrating/_index.md @@ -46,7 +46,14 @@ Before you can install Monitoring V2, Monitoring V1 needs to be uninstalled comp * Disable the cluster monitoring installation under Cluster -> Tools -> Monitoring * Ensure that the cluster-monitoring app and the monitoring-operator app in the System project have been removed and are not recreated after a few minutes -If the cluster is managed using an RKE template: To prevent legacy monitoring from being re-enabled, disable Monitoring in future RKE template revisions. +#### RKE Template Clusters + +To prevent v1 monitoring from being re-enabled, disable monitoring and in future RKE template revisions via modification of the RKE template yaml: + +```yaml +enable_cluster_alerting: true +enable_cluster_monitoring: true +``` #### Migrating Grafana Dashboards