From 6eaefe47d3fecbfb039030d48ebaf7cbecd1e409 Mon Sep 17 00:00:00 2001 From: Carlos Salas Date: Thu, 11 Apr 2024 11:19:16 +0200 Subject: [PATCH] docs: add note on installing into a project (v0.6) Signed-off-by: Carlos Salas --- .../install-rancher-turtles/using_rancher_dashboard.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/versioned_docs/version-0.6/getting-started/install-rancher-turtles/using_rancher_dashboard.md b/versioned_docs/version-0.6/getting-started/install-rancher-turtles/using_rancher_dashboard.md index 775e6777..226f1125 100644 --- a/versioned_docs/version-0.6/getting-started/install-rancher-turtles/using_rancher_dashboard.md +++ b/versioned_docs/version-0.6/getting-started/install-rancher-turtles/using_rancher_dashboard.md @@ -40,6 +40,10 @@ If uninstalling, you can refer to [Uninstalling Rancher Turtles](../uninstall_tu - Click `Rancher Turtles - the Cluster API Extension` - Click `Install` -> `Next` -> `Install`. +:::caution +Rancher will select not to install Turtles into a [Project](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces) by default. Installing Turtles into a Project is not supported and the default configuration `None` should be used to avoid unexpected behavior during installation. +::: + ![install-turtles-from-ui](./install-turtles-from-ui.gif) This will use the default values for the Helm chart, which are good for most installations. If your configuration requires overriding some of these defaults, you can either specify the values during installation from Rancher UI or, alternatively, you can opt for the [manual installation via Helm](./using_helm.md). And, if you are interested on learning more about the available values, you can check the [reference guide](../../reference-guides/rancher-turtles-chart/values.md).