#793 RKE2 cluster templates (#822)

* #793 RKE2 cluster templates #793

* syncing 2.6 after testing confirmed
This commit is contained in:
Marty Hernandez Avedon
2023-09-12 09:56:11 -04:00
committed by GitHub
parent fed7507b14
commit acedf5470d
3 changed files with 6 additions and 6 deletions
@@ -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`.
:::