diff --git a/docs/integrations-in-rancher/cluster-api/capi.md b/docs/integrations-in-rancher/cluster-api/capi.md index 68d2e67665b..6c66d0a5bf6 100644 --- a/docs/integrations-in-rancher/cluster-api/capi.md +++ b/docs/integrations-in-rancher/cluster-api/capi.md @@ -1,12 +1,12 @@ --- -title: Cluster API with Rancher Turtles +title: Cluster API (CAPI) with Rancher Turtles ---
-Rancher Turtles is a [Rancher extension](../rancher-extensions.md) that manages the lifecycle of provisioned Kubernetes clusters, by providing integration between your Cluster API (CAPI) and Rancher. With Rancher Turtles, you can: +[Rancher Turtles](https://turtles.docs.rancher.com/) is a [Rancher extension](../rancher-extensions.md) that manages the lifecycle of provisioned Kubernetes clusters, by providing integration between your Cluster API (CAPI) and Rancher. With Rancher Turtles, you can: - Import CAPI clusters into Rancher, by installing the Rancher Cluster Agent in CAPI provisioned clusters. - Configure the CAPI Operator. diff --git a/docs/integrations-in-rancher/cluster-api/overview.md b/docs/integrations-in-rancher/cluster-api/overview.md index 0e6e72f994d..613f91d572d 100644 --- a/docs/integrations-in-rancher/cluster-api/overview.md +++ b/docs/integrations-in-rancher/cluster-api/overview.md @@ -6,6 +6,12 @@ title: Overview +## Architecture Diagram + +Below is a visual representation of the key components of Rancher Turtles and their relationship to Rancher Manager and the Rancher Cluster Agent. Understanding these components is essential for gaining insights into how Rancher leverages the CAPI operator for cluster management. + + + ## Demo @@ -15,7 +21,9 @@ title: Overview You can install the Rancher Turtles operator via the Rancher UI, or with Helm. The first method is recommended for most environments. :::caution + If you already have the Cluster API (CAPI) Operator installed in your cluster, you must use the [manual Helm installation method](./overview.md#via-helm-install). + ::: :::info prerequisite @@ -187,12 +195,6 @@ spec: kubectl apply -f feature.yaml ``` -## Architecture Diagram - -Below is a visual representation of the key components of Rancher Turtles and their relationship to Rancher Manager and the Rancher Cluster Agent. Understanding these components is essential for gaining insights into how Rancher leverages the CAPI operator for cluster management. - - - ## Security [SLSA](https://slsa.dev/spec/v1.0/about) is a set of incrementally adoptable guidelines for supply chain security, established by industry consensus. The specification set by SLSA is useful for both software producers and consumers: producers can follow SLSA’s guidelines to make their software supply chain more secure, and consumers can use SLSA to make decisions about whether to trust a software package.