Skip to content

Commit

Permalink
Merge pull request #76 from furkatgofurov7/fix-versions-in-intro
Browse files Browse the repository at this point in the history
📖 Fix turtles and CAPI operator versions in docs
  • Loading branch information
furkatgofurov7 authored Mar 28, 2024
2 parents 55dd9c5 + 176d25b commit f951b7c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Everything you need to know about getting started with Rancher Turtles.
| Helm | `>=3.12.0` | |
| 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_turtles_operator.md) (recommended) |
| 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) (recommended) to the `Rancher Turtles` |
| Cluster API Operator | `>=v0.9.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) (recommended) to the `Rancher Turtles` |
| Cluster API | `v1.4.6` | |
| Rancher-turtles operator | `v0.5.0` | Using helm based [installation](./install_turtles_operator.md) |
| Rancher-turtles operator | `v0.6.0` | Using helm based [installation](./install_turtles_operator.md) |
2 changes: 1 addition & 1 deletion versioned_docs/version-0.1/getting-started/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Everything you need to know about getting started with Rancher Turtles.
| 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 | `>=0.0.1` | Using helm based [installation](./install_turtles_operator.md) |
| Rancher-turtles operator | `v0.1.0` | Using helm based [installation](./install_turtles_operator.md) |
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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.2.0
helm install rancher-turtles turtles/rancher-turtles --version v0.3.0
-n rancher-turtles-system
--dependency-update
--create-namespace --wait
Expand Down Expand Up @@ -89,7 +89,7 @@ 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.2.0
helm install rancher-turtles turtles/rancher-turtles --version v0.3.0
-n rancher-turtles-system
--set cluster-api-operator.enabled=false
--set cluster-api-operator.cluster-api.enabled=false
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.3/getting-started/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Everything you need to know about getting started with Rancher Turtles.
| 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.3.0` | Using helm based [installation](./install_turtles_operator.md) |
Loading

0 comments on commit f951b7c

Please sign in to comment.