From 07341c5485a47f4351216d38de26c80334c6c2d9 Mon Sep 17 00:00:00 2001 From: Richard Case <198425+richardcase@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:28:02 +0000 Subject: [PATCH] Update docs/getting-started/cluster-class/intro.md Co-authored-by: Danil Grigorev Signed-off-by: Richard Case <198425+richardcase@users.noreply.github.com> --- docs/getting-started/cluster-class/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/cluster-class/intro.md b/docs/getting-started/cluster-class/intro.md index 5eb9063a..485e1228 100644 --- a/docs/getting-started/cluster-class/intro.md +++ b/docs/getting-started/cluster-class/intro.md @@ -12,7 +12,7 @@ ClusterClass is an experiment feature of Cluster API. As with any experimental f ## Pre-requisities -To use ClusterClass it needs to be enabled for core Cluster API and any provider that supports it. This is done by setting the `CLUSTER_TOPOLOGY` variable to false. +To use ClusterClass it needs to be enabled for core Cluster API and any provider that supports it. This is done by setting the `CLUSTER_TOPOLOGY` variable to `true`. The Rancher Turtles Helm chart will set this variable by default when its installed. However, when enabling additional providers you will have to ensure `CLUSTER_TOPOLGY` is set in the providers secret. For example: