From acedf5470d3ddaa76749fe046b6201e41021f538 Mon Sep 17 00:00:00 2001 From: Marty Hernandez Avedon Date: Tue, 12 Sep 2023 09:56:11 -0400 Subject: [PATCH] #793 RKE2 cluster templates (#822) * #793 RKE2 cluster templates #793 * syncing 2.6 after testing confirmed --- .../manage-clusters/manage-cluster-templates.md | 4 ++-- .../manage-clusters/manage-cluster-templates.md | 4 ++-- .../manage-clusters/manage-cluster-templates.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md b/docs/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md index 65571412fd5..0d4b15bc48c 100644 --- a/docs/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md +++ b/docs/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md @@ -32,8 +32,8 @@ In this section, you'll learn how to add the cluster template to the `local` clu :::note Prerequisites: -- You will need permission to install Helm charts on the `local` Kubernetes cluster that Rancher is installed on. -- In order for the chart to appear in the form for creating new clusters, the chart must have the annotation `catalog.cattle.io/type: cluster-template`. +- You will need permission to install Helm charts on the `local` Rancher cluster. +- To make the chart viewable in the cluster creation form, both the chart and the index.yaml file must have the annotation, `catalog.cattle.io/type: cluster-template`. ::: diff --git a/versioned_docs/version-2.6/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md b/versioned_docs/version-2.6/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md index 538092b3781..6396a81e434 100644 --- a/versioned_docs/version-2.6/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md +++ b/versioned_docs/version-2.6/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md @@ -32,8 +32,8 @@ In this section, you'll learn how to add the cluster template to the `local` clu :::note Prerequisites: -- You will need permission to install Helm charts on the `local` Kubernetes cluster that Rancher is installed on. -- In order for the chart to appear in the form for creating new clusters, the chart must have the annotation `catalog.cattle.io/type: cluster-template`. +- You will need permission to install Helm charts on the `local` Rancher cluster. +- To make the chart viewable in the cluster creation form, both the chart and the index.yaml file must have the annotation, `catalog.cattle.io/type: cluster-template`. ::: diff --git a/versioned_docs/version-2.7/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md b/versioned_docs/version-2.7/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md index 65571412fd5..0d4b15bc48c 100644 --- a/versioned_docs/version-2.7/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md +++ b/versioned_docs/version-2.7/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md @@ -32,8 +32,8 @@ In this section, you'll learn how to add the cluster template to the `local` clu :::note Prerequisites: -- You will need permission to install Helm charts on the `local` Kubernetes cluster that Rancher is installed on. -- In order for the chart to appear in the form for creating new clusters, the chart must have the annotation `catalog.cattle.io/type: cluster-template`. +- You will need permission to install Helm charts on the `local` Rancher cluster. +- To make the chart viewable in the cluster creation form, both the chart and the index.yaml file must have the annotation, `catalog.cattle.io/type: cluster-template`. :::