From ef71f885d6b866c2f9b41dbd11dfe594fbfc9182 Mon Sep 17 00:00:00 2001 From: Richard Case Date: Mon, 11 Mar 2024 14:29:08 +0000 Subject: [PATCH] docs: update to use cname Changes the getting started guide to use the cname for the chart registry instead of the GithUb pages url directly. Small updates to the version numbers installed. Signed-off-by: Richard Case --- docs/getting-started/install_turtles_operator.md | 8 ++++---- docs/getting-started/intro.md | 4 ++-- .../getting-started/install_turtles_operator.md | 4 ++-- .../getting-started/install_turtles_operator.md | 4 ++-- .../getting-started/install_turtles_operator.md | 4 ++-- .../getting-started/install_turtles_operator.md | 4 ++-- .../getting-started/install_turtles_operator.md | 8 ++++---- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/getting-started/install_turtles_operator.md b/docs/getting-started/install_turtles_operator.md index 21d5f8ee..f882a2a1 100644 --- a/docs/getting-started/install_turtles_operator.md +++ b/docs/getting-started/install_turtles_operator.md @@ -19,14 +19,14 @@ To simplify setting up Rancher for installing Rancher Turtles, the official Ranc A `rancher-turtles` chart repository should be added first: ```bash -helm repo add turtles https://rancher-sandbox.github.io/rancher-turtles/ +helm repo add turtles https://charts.rancher-turtles.com helm repo update ``` To install `Cluster API Operator` as a dependency to the `Rancher Turtles`, a minimum set of additional helm flags should be specified: ```bash -helm install rancher-turtles turtles/rancher-turtles --version v0.4.0 \ +helm install rancher-turtles turtles/rancher-turtles --version v0.5.0 \ -n rancher-turtles-system \ --dependency-update \ --create-namespace --wait \ @@ -82,13 +82,13 @@ For information on deployment options, refer to [Deployment Scenarios](../refere The recommended path of installation for the operator is by using `Helm`. To install it in the cluster, a chart repository should be added first: ```bash -helm repo add turtles https://rancher-sandbox.github.io/rancher-turtles/ +helm repo add turtles https://charts.rancher-turtles.com helm repo update ``` and then it can be installed into the `rancher-turtles-system` namespace with: ```bash -helm install rancher-turtles turtles/rancher-turtles --version v0.4.0 +helm install rancher-turtles turtles/rancher-turtles --version v0.5.0 -n rancher-turtles-system --set cluster-api-operator.enabled=false --set cluster-api-operator.cluster-api.enabled=false diff --git a/docs/getting-started/intro.md b/docs/getting-started/intro.md index e32448d1..86e39d39 100644 --- a/docs/getting-started/intro.md +++ b/docs/getting-started/intro.md @@ -13,8 +13,8 @@ Everything you need to know about getting started with Rancher Turtles. | ------------------------ | ---------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Kubernetes cluster | `>=1.26.0` | | | Helm | `>=3.12.0` | | -| Rancher | Reach out to the early adopters contacts | Using [helm based](https://ranchermanager.docs.rancher.com/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster#install-the-rancher-helm-chart) installation on any kubernetes cluster directly or on a newly created [Amazon](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-amazon-eks), [Azure](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-aks) or [Google](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-gke) service based options. Additional feature gate [modifications](./rancher.md#installing-rancher) are required. | +| Rancher | `>=2.8.1 | Using [helm based](https://ranchermanager.docs.rancher.com/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster#install-the-rancher-helm-chart) installation on any kubernetes cluster directly or on a newly created [Amazon](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-amazon-eks), [Azure](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-aks) or [Google](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-gke) service based options. Additional feature gate [modifications](./rancher.md#installing-rancher) are required. | | Cert-manager | `>=v1.12.0` | Using [helm](https://cert-manager.io/docs/installation/helm/#installing-with-helm) based installation or via [kubectl apply](https://cert-manager.io/docs/installation/#default-static-install) command or as a helm [dependency](./install_capi_operator.md#install-with-helm) | | Cluster API Operator | `>=v0.5.1` | Using [helm chart](https://github.com/kubernetes-sigs/cluster-api-operator/blob/main/docs/README.md#method-2-use-helm-charts) install or as a [dependency](./install_turtles_operator.md#install-cluster-api-operator-as-a-helm-dependency) to the `Rancher Turtles` | | Cluster API | `v1.4.6` | | -| Rancher-turtles operator | `v0.2.0` | Using helm based [installation](./install_turtles_operator.md) | +| Rancher-turtles operator | `v0.5.0` | Using helm based [installation](./install_turtles_operator.md) | diff --git a/versioned_docs/version-0.1/getting-started/install_turtles_operator.md b/versioned_docs/version-0.1/getting-started/install_turtles_operator.md index a5723d94..8a94c80f 100644 --- a/versioned_docs/version-0.1/getting-started/install_turtles_operator.md +++ b/versioned_docs/version-0.1/getting-started/install_turtles_operator.md @@ -11,7 +11,7 @@ This section walks through different installation options for the Rancher Turtle A `rancher-turtles` chart repository should be added first: ```bash -helm repo add turtles https://rancher-sandbox.github.io/rancher-turtles/ +helm repo add turtles https://charts.rancher-turtles.com/ helm repo update ``` @@ -104,7 +104,7 @@ For information on deployment options, refer to [Deployment Scenarios](../refere The recommended path of installation for the operator is by using `Helm`. To install it in the cluster, a chart repository should be added first: ```bash -helm repo add turtles https://rancher-sandbox.github.io/rancher-turtles/ +helm repo add turtles https://charts.rancher-turtles.com/ helm repo update ``` and then it can be installed into the `rancher-turtles-system` namespace with: diff --git a/versioned_docs/version-0.2.0/getting-started/install_turtles_operator.md b/versioned_docs/version-0.2.0/getting-started/install_turtles_operator.md index 459aeaa4..fd963ca1 100644 --- a/versioned_docs/version-0.2.0/getting-started/install_turtles_operator.md +++ b/versioned_docs/version-0.2.0/getting-started/install_turtles_operator.md @@ -19,7 +19,7 @@ To simplify setting up Rancher for installing Rancher Turtles, the official Ranc A `rancher-turtles` chart repository should be added first: ```bash -helm repo add turtles https://rancher-sandbox.github.io/rancher-turtles/ +helm repo add turtles https://charts.rancher-turtles.com/ helm repo update ``` @@ -83,7 +83,7 @@ For information on deployment options, refer to [Deployment Scenarios](../refere The recommended path of installation for the operator is by using `Helm`. To install it in the cluster, a chart repository should be added first: ```bash -helm repo add turtles https://rancher-sandbox.github.io/rancher-turtles/ +helm repo add turtles https://charts.rancher-turtles.com/ helm repo update ``` and then it can be installed into the `rancher-turtles-system` namespace with: diff --git a/versioned_docs/version-0.3/getting-started/install_turtles_operator.md b/versioned_docs/version-0.3/getting-started/install_turtles_operator.md index 459aeaa4..fd963ca1 100644 --- a/versioned_docs/version-0.3/getting-started/install_turtles_operator.md +++ b/versioned_docs/version-0.3/getting-started/install_turtles_operator.md @@ -19,7 +19,7 @@ To simplify setting up Rancher for installing Rancher Turtles, the official Ranc A `rancher-turtles` chart repository should be added first: ```bash -helm repo add turtles https://rancher-sandbox.github.io/rancher-turtles/ +helm repo add turtles https://charts.rancher-turtles.com/ helm repo update ``` @@ -83,7 +83,7 @@ For information on deployment options, refer to [Deployment Scenarios](../refere The recommended path of installation for the operator is by using `Helm`. To install it in the cluster, a chart repository should be added first: ```bash -helm repo add turtles https://rancher-sandbox.github.io/rancher-turtles/ +helm repo add turtles https://charts.rancher-turtles.com/ helm repo update ``` and then it can be installed into the `rancher-turtles-system` namespace with: diff --git a/versioned_docs/version-0.4/getting-started/install_turtles_operator.md b/versioned_docs/version-0.4/getting-started/install_turtles_operator.md index 21d5f8ee..e0e3053d 100644 --- a/versioned_docs/version-0.4/getting-started/install_turtles_operator.md +++ b/versioned_docs/version-0.4/getting-started/install_turtles_operator.md @@ -19,7 +19,7 @@ To simplify setting up Rancher for installing Rancher Turtles, the official Ranc A `rancher-turtles` chart repository should be added first: ```bash -helm repo add turtles https://rancher-sandbox.github.io/rancher-turtles/ +helm repo add turtles https://charts.rancher-turtles.com/ helm repo update ``` @@ -82,7 +82,7 @@ For information on deployment options, refer to [Deployment Scenarios](../refere The recommended path of installation for the operator is by using `Helm`. To install it in the cluster, a chart repository should be added first: ```bash -helm repo add turtles https://rancher-sandbox.github.io/rancher-turtles/ +helm repo add turtles https://charts.rancher-turtles.com/ helm repo update ``` and then it can be installed into the `rancher-turtles-system` namespace with: diff --git a/versioned_docs/version-0.5/getting-started/install_turtles_operator.md b/versioned_docs/version-0.5/getting-started/install_turtles_operator.md index 21d5f8ee..8355619b 100644 --- a/versioned_docs/version-0.5/getting-started/install_turtles_operator.md +++ b/versioned_docs/version-0.5/getting-started/install_turtles_operator.md @@ -19,14 +19,14 @@ To simplify setting up Rancher for installing Rancher Turtles, the official Ranc A `rancher-turtles` chart repository should be added first: ```bash -helm repo add turtles https://rancher-sandbox.github.io/rancher-turtles/ +helm repo add turtles https://charts.rancher-turtles.com helm repo update ``` To install `Cluster API Operator` as a dependency to the `Rancher Turtles`, a minimum set of additional helm flags should be specified: ```bash -helm install rancher-turtles turtles/rancher-turtles --version v0.4.0 \ +helm install rancher-turtles turtles/rancher-turtles --version v0.5.0 \ -n rancher-turtles-system \ --dependency-update \ --create-namespace --wait \ @@ -82,13 +82,13 @@ For information on deployment options, refer to [Deployment Scenarios](../refere The recommended path of installation for the operator is by using `Helm`. To install it in the cluster, a chart repository should be added first: ```bash -helm repo add turtles https://rancher-sandbox.github.io/rancher-turtles/ +helm repo add turtles https://charts.rancher-turtles.com/ helm repo update ``` and then it can be installed into the `rancher-turtles-system` namespace with: ```bash -helm install rancher-turtles turtles/rancher-turtles --version v0.4.0 +helm install rancher-turtles turtles/rancher-turtles --version v0.5.0 -n rancher-turtles-system --set cluster-api-operator.enabled=false --set cluster-api-operator.cluster-api.enabled=false