Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update to use cname #63

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/getting-started/install_turtles_operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down
Loading