From 8581531ea9fd70147c2139fec120d33feffae161 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Mon, 23 Aug 2021 17:23:11 -0400 Subject: [PATCH 01/14] Updated all v1.0.4 to 1.5.1 in 2.5 --- .../v2.5/en/installation/install-rancher-on-k8s/_index.md | 4 ++-- .../air-gap/install-rancher/_index.md | 6 +++--- .../air-gap/populate-private-registry/_index.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md index 2b72cd8e8e7..9eaff33e7ea 100644 --- a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md @@ -123,7 +123,7 @@ These instructions are adapted from the [official cert-manager documentation](ht ``` # Install the CustomResourceDefinition resources separately -kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.0.4/cert-manager.crds.yaml +kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.5.1/cert-manager.crds.yaml # **Important:** # If you are running Kubernetes v1.15 or below, you @@ -148,7 +148,7 @@ helm repo update helm install \ cert-manager jetstack/cert-manager \ --namespace cert-manager \ - --version v1.0.4 + --version v1.5.1 ``` Once you’ve installed cert-manager, you can verify it is deployed correctly by checking the cert-manager namespace for running pods: diff --git a/content/rancher/v2.5/en/installation/other-installation-methods/air-gap/install-rancher/_index.md b/content/rancher/v2.5/en/installation/other-installation-methods/air-gap/install-rancher/_index.md index a2ce229ef2b..d675a8f89a5 100644 --- a/content/rancher/v2.5/en/installation/other-installation-methods/air-gap/install-rancher/_index.md +++ b/content/rancher/v2.5/en/installation/other-installation-methods/air-gap/install-rancher/_index.md @@ -102,7 +102,7 @@ helm repo update Fetch the latest cert-manager chart available from the [Helm chart repository](https://hub.helm.sh/charts/jetstack/cert-manager). ```plain -helm fetch jetstack/cert-manager --version v1.0.4 +helm fetch jetstack/cert-manager --version v1.5.1 ``` ### 3. Render the cert-manager template @@ -110,7 +110,7 @@ helm fetch jetstack/cert-manager --version v1.0.4 Render the cert-manager template with the options you would like to use to install the chart. Remember to set the `image.repository` option to pull the image from your private registry. This will create a `cert-manager` directory with the Kubernetes manifest files. ```plain -helm template cert-manager ./cert-manager-v1.0.4.tgz --output-dir . \ +helm template cert-manager ./cert-manager-v1.5.1.tgz --output-dir . \ --namespace cert-manager \ --set image.repository=/quay.io/jetstack/cert-manager-controller \ --set webhook.image.repository=/quay.io/jetstack/cert-manager-webhook \ @@ -121,7 +121,7 @@ helm template cert-manager ./cert-manager-v1.0.4.tgz --output-dir . \ Download the required CRD file for cert-manager: ```plain - curl -L -o cert-manager/cert-manager-crd.yaml https://github.com/jetstack/cert-manager/releases/download/v1.0.4/cert-manager.crds.yaml + curl -L -o cert-manager/cert-manager-crd.yaml https://github.com/jetstack/cert-manager/releases/download/v1.5.1/cert-manager.crds.yaml ``` ### 5. Render the Rancher template diff --git a/content/rancher/v2.5/en/installation/other-installation-methods/air-gap/populate-private-registry/_index.md b/content/rancher/v2.5/en/installation/other-installation-methods/air-gap/populate-private-registry/_index.md index 6a42b228665..8e0e020ffa0 100644 --- a/content/rancher/v2.5/en/installation/other-installation-methods/air-gap/populate-private-registry/_index.md +++ b/content/rancher/v2.5/en/installation/other-installation-methods/air-gap/populate-private-registry/_index.md @@ -64,7 +64,7 @@ In a Kubernetes Install, if you elect to use the Rancher default self-signed TLS ```plain helm repo add jetstack https://charts.jetstack.io helm repo update - helm fetch jetstack/cert-manager --version v1.0.4 + helm fetch jetstack/cert-manager --version v1.5.1 helm template ./cert-manager-.tgz | grep -oP '(?<=image: ").*(?=")' >> ./rancher-images.txt ``` From 4a36803239586b3906b667f2925fcbcce1452397 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Mon, 23 Aug 2021 17:41:53 -0400 Subject: [PATCH 02/14] Updated all v1.0.4 to 1.5.1 in 2.6 --- .../v2.6/en/installation/install-rancher-on-k8s/_index.md | 4 ++-- .../air-gap/install-rancher/_index.md | 6 +++--- .../air-gap/populate-private-registry/_index.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md index cfe7a75ffe7..2b54b3949a2 100644 --- a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md @@ -123,7 +123,7 @@ These instructions are adapted from the [official cert-manager documentation](ht ``` # Install the CustomResourceDefinition resources separately -kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.0.4/cert-manager.crds.yaml +kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.5.1/cert-manager.crds.yaml # **Important:** # If you are running Kubernetes v1.15 or below, you @@ -148,7 +148,7 @@ helm repo update helm install \ cert-manager jetstack/cert-manager \ --namespace cert-manager \ - --version v1.0.4 + --version v1.5.1 ``` Once you’ve installed cert-manager, you can verify it is deployed correctly by checking the cert-manager namespace for running pods: diff --git a/content/rancher/v2.6/en/installation/other-installation-methods/air-gap/install-rancher/_index.md b/content/rancher/v2.6/en/installation/other-installation-methods/air-gap/install-rancher/_index.md index 538383fcc22..7dbc6bbda2e 100644 --- a/content/rancher/v2.6/en/installation/other-installation-methods/air-gap/install-rancher/_index.md +++ b/content/rancher/v2.6/en/installation/other-installation-methods/air-gap/install-rancher/_index.md @@ -102,7 +102,7 @@ helm repo update Fetch the latest cert-manager chart available from the [Helm chart repository](https://hub.helm.sh/charts/jetstack/cert-manager). ```plain -helm fetch jetstack/cert-manager --version v1.0.4 +helm fetch jetstack/cert-manager --version v1.5.1 ``` ### 3. Render the cert-manager template @@ -110,7 +110,7 @@ helm fetch jetstack/cert-manager --version v1.0.4 Render the cert-manager template with the options you would like to use to install the chart. Remember to set the `image.repository` option to pull the image from your private registry. This will create a `cert-manager` directory with the Kubernetes manifest files. ```plain -helm template cert-manager ./cert-manager-v1.0.4.tgz --output-dir . \ +helm template cert-manager ./cert-manager-v1.5.1.tgz --output-dir . \ --namespace cert-manager \ --set image.repository=/quay.io/jetstack/cert-manager-controller \ --set webhook.image.repository=/quay.io/jetstack/cert-manager-webhook \ @@ -121,7 +121,7 @@ helm template cert-manager ./cert-manager-v1.0.4.tgz --output-dir . \ Download the required CRD file for cert-manager: ```plain - curl -L -o cert-manager/cert-manager-crd.yaml https://github.com/jetstack/cert-manager/releases/download/v1.0.4/cert-manager.crds.yaml + curl -L -o cert-manager/cert-manager-crd.yaml https://github.com/jetstack/cert-manager/releases/download/v1.5.1/cert-manager.crds.yaml ``` ### 5. Render the Rancher template diff --git a/content/rancher/v2.6/en/installation/other-installation-methods/air-gap/populate-private-registry/_index.md b/content/rancher/v2.6/en/installation/other-installation-methods/air-gap/populate-private-registry/_index.md index 881c9908c50..49664352b9e 100644 --- a/content/rancher/v2.6/en/installation/other-installation-methods/air-gap/populate-private-registry/_index.md +++ b/content/rancher/v2.6/en/installation/other-installation-methods/air-gap/populate-private-registry/_index.md @@ -64,7 +64,7 @@ In a Kubernetes Install, if you elect to use the Rancher default self-signed TLS ```plain helm repo add jetstack https://charts.jetstack.io helm repo update - helm fetch jetstack/cert-manager --version v1.0.4 + helm fetch jetstack/cert-manager --version v1.5.1 helm template ./cert-manager-.tgz | grep -oP '(?<=image: ").*(?=")' >> ./rancher-images.txt ``` From 328f6d19decd196db5574e543322258a0e4b51e0 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Tue, 24 Aug 2021 13:54:58 -0400 Subject: [PATCH 03/14] Updated cert mgr Helm chart code --- .../en/installation/install-rancher-on-k8s/_index.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md index 9eaff33e7ea..72cfd06ce24 100644 --- a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md @@ -135,9 +135,6 @@ kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/relea # This is a benign error and occurs due to the way kubectl # performs resource validation. -# Create the namespace for cert-manager -kubectl create namespace cert-manager - # Add the Jetstack Helm repository helm repo add jetstack https://charts.jetstack.io @@ -145,10 +142,11 @@ helm repo add jetstack https://charts.jetstack.io helm repo update # Install the cert-manager Helm chart -helm install \ - cert-manager jetstack/cert-manager \ +helm install cert-manager jetstack/cert-manager \ --namespace cert-manager \ - --version v1.5.1 + --create-namespace \ + --version v1.5.1 \ + --set installCRDs=true ``` Once you’ve installed cert-manager, you can verify it is deployed correctly by checking the cert-manager namespace for running pods: From a220a4f3b5edc850bc11eb571da3298ea906c01a Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Tue, 24 Aug 2021 13:57:24 -0400 Subject: [PATCH 04/14] Updated cert mgr Helm chart code 2.6 --- .../en/installation/install-rancher-on-k8s/_index.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md index 2b54b3949a2..9f38a93f5b9 100644 --- a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md @@ -135,9 +135,6 @@ kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/relea # This is a benign error and occurs due to the way kubectl # performs resource validation. -# Create the namespace for cert-manager -kubectl create namespace cert-manager - # Add the Jetstack Helm repository helm repo add jetstack https://charts.jetstack.io @@ -145,10 +142,11 @@ helm repo add jetstack https://charts.jetstack.io helm repo update # Install the cert-manager Helm chart -helm install \ - cert-manager jetstack/cert-manager \ +helm install cert-manager jetstack/cert-manager \ --namespace cert-manager \ - --version v1.5.1 + --create-namespace \ + --version v1.5.1 \ + --set installCRDs=true ``` Once you’ve installed cert-manager, you can verify it is deployed correctly by checking the cert-manager namespace for running pods: From 87cb57db3adfd3ba129f01aec2a33f3da75573b1 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Tue, 24 Aug 2021 17:17:44 -0400 Subject: [PATCH 05/14] Removed CRD install instructions 2.6 --- .../v2.6/en/installation/install-rancher-on-k8s/_index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md index 9f38a93f5b9..9bfb5647222 100644 --- a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md @@ -122,9 +122,6 @@ This step is only required to use certificates issued by Rancher's generated CA These instructions are adapted from the [official cert-manager documentation](https://cert-manager.io/docs/installation/kubernetes/#installing-with-helm). ``` -# Install the CustomResourceDefinition resources separately -kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.5.1/cert-manager.crds.yaml - # **Important:** # If you are running Kubernetes v1.15 or below, you # will need to add the `--validate=false` flag to your From 7fa86b65d1e120b1f726c4e462dddf885ce5c200 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Tue, 24 Aug 2021 17:19:10 -0400 Subject: [PATCH 06/14] Removed CRD install instructions 2.5 --- .../v2.5/en/installation/install-rancher-on-k8s/_index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md index 72cfd06ce24..0a3c8ceb8d7 100644 --- a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md @@ -122,9 +122,6 @@ This step is only required to use certificates issued by Rancher's generated CA These instructions are adapted from the [official cert-manager documentation](https://cert-manager.io/docs/installation/kubernetes/#installing-with-helm). ``` -# Install the CustomResourceDefinition resources separately -kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.5.1/cert-manager.crds.yaml - # **Important:** # If you are running Kubernetes v1.15 or below, you # will need to add the `--validate=false` flag to your From 2bfae67163b244476036f9b68e7d7486574c2fc0 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Wed, 25 Aug 2021 13:47:07 -0400 Subject: [PATCH 07/14] Removed k8s v1.15/CDR code in 2.6 --- .../en/installation/install-rancher-on-k8s/_index.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md index 9bfb5647222..78ce1d03de7 100644 --- a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md @@ -122,16 +122,6 @@ This step is only required to use certificates issued by Rancher's generated CA These instructions are adapted from the [official cert-manager documentation](https://cert-manager.io/docs/installation/kubernetes/#installing-with-helm). ``` -# **Important:** -# If you are running Kubernetes v1.15 or below, you -# will need to add the `--validate=false` flag to your -# kubectl apply command, or else you will receive a -# validation error relating to the -# x-kubernetes-preserve-unknown-fields field in -# cert-manager’s CustomResourceDefinition resources. -# This is a benign error and occurs due to the way kubectl -# performs resource validation. - # Add the Jetstack Helm repository helm repo add jetstack https://charts.jetstack.io From f96709fd4d662d3b542e30f5991bca620dac9811 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Wed, 25 Aug 2021 13:49:18 -0400 Subject: [PATCH 08/14] Removed k8s v1.15/CDR code in 2.5 --- .../en/installation/install-rancher-on-k8s/_index.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md index 0a3c8ceb8d7..eee8f8d0933 100644 --- a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md @@ -122,16 +122,6 @@ This step is only required to use certificates issued by Rancher's generated CA These instructions are adapted from the [official cert-manager documentation](https://cert-manager.io/docs/installation/kubernetes/#installing-with-helm). ``` -# **Important:** -# If you are running Kubernetes v1.15 or below, you -# will need to add the `--validate=false` flag to your -# kubectl apply command, or else you will receive a -# validation error relating to the -# x-kubernetes-preserve-unknown-fields field in -# cert-manager’s CustomResourceDefinition resources. -# This is a benign error and occurs due to the way kubectl -# performs resource validation. - # Add the Jetstack Helm repository helm repo add jetstack https://charts.jetstack.io From 51aa2b4d10b9005bda801ae0f2eb928b9c568e52 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Wed, 25 Aug 2021 18:09:29 -0400 Subject: [PATCH 09/14] Added caveat about manually installed CRDs in 2.5 --- .../v2.5/en/installation/install-rancher-on-k8s/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md index eee8f8d0933..dc95b7def09 100644 --- a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md @@ -122,6 +122,9 @@ This step is only required to use certificates issued by Rancher's generated CA These instructions are adapted from the [official cert-manager documentation](https://cert-manager.io/docs/installation/kubernetes/#installing-with-helm). ``` +If you have installed the CRDs manually instead of with the --set installCRDs=true option added to your Helm install command, you should upgrade your CRD resources before upgrading the Helm chart: +kubectl apply -f https://github.com/jetstack/cert-manager/releases/download//cert-manager.crds.yaml + # Add the Jetstack Helm repository helm repo add jetstack https://charts.jetstack.io From fcafdbd628f0f8928a7af7e305a4dc51c09dc6e9 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Wed, 25 Aug 2021 18:12:43 -0400 Subject: [PATCH 10/14] Added caveat about manually installed CRDs in 2.6 --- .../v2.6/en/installation/install-rancher-on-k8s/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md index 78ce1d03de7..bafbb22a53b 100644 --- a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md @@ -122,6 +122,9 @@ This step is only required to use certificates issued by Rancher's generated CA These instructions are adapted from the [official cert-manager documentation](https://cert-manager.io/docs/installation/kubernetes/#installing-with-helm). ``` +If you have installed the CRDs manually instead of with the --set installCRDs=true option added to your Helm install command, you should upgrade your CRD resources before upgrading the Helm chart: +kubectl apply -f https://github.com/jetstack/cert-manager/releases/download//cert-manager.crds.yaml + # Add the Jetstack Helm repository helm repo add jetstack https://charts.jetstack.io From a55ef419521d817462dedd196eff52f0cdcdbcf5 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Thu, 26 Aug 2021 14:55:25 -0400 Subject: [PATCH 11/14] Updated markdown syntax for comment/code in 2.6 --- .../v2.6/en/installation/install-rancher-on-k8s/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md index bafbb22a53b..0eb5cc70833 100644 --- a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md @@ -122,7 +122,7 @@ This step is only required to use certificates issued by Rancher's generated CA These instructions are adapted from the [official cert-manager documentation](https://cert-manager.io/docs/installation/kubernetes/#installing-with-helm). ``` -If you have installed the CRDs manually instead of with the --set installCRDs=true option added to your Helm install command, you should upgrade your CRD resources before upgrading the Helm chart: +# If you have installed the CRDs manually instead of with the `--set installCRDs=true` option added to your Helm install command, you should upgrade your CRD resources before upgrading the Helm chart: kubectl apply -f https://github.com/jetstack/cert-manager/releases/download//cert-manager.crds.yaml # Add the Jetstack Helm repository From da8db20294ca5f415f5364bdfdd7cffbcaa8ed9c Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Thu, 26 Aug 2021 14:57:13 -0400 Subject: [PATCH 12/14] Updated markdown syntax for comment/code in 2.5 --- .../v2.5/en/installation/install-rancher-on-k8s/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md index dc95b7def09..875a925c093 100644 --- a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md @@ -122,7 +122,7 @@ This step is only required to use certificates issued by Rancher's generated CA These instructions are adapted from the [official cert-manager documentation](https://cert-manager.io/docs/installation/kubernetes/#installing-with-helm). ``` -If you have installed the CRDs manually instead of with the --set installCRDs=true option added to your Helm install command, you should upgrade your CRD resources before upgrading the Helm chart: +# If you have installed the CRDs manually instead of with the `--set installCRDs=true` option added to your Helm install command, you should upgrade your CRD resources before upgrading the Helm chart: kubectl apply -f https://github.com/jetstack/cert-manager/releases/download//cert-manager.crds.yaml # Add the Jetstack Helm repository From 72645351e05e13f6c08ea5c2f912060cf6f091cb Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Thu, 26 Aug 2021 12:34:32 -0700 Subject: [PATCH 13/14] Replace with v1.5.1 --- .../v2.5/en/installation/install-rancher-on-k8s/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md index 875a925c093..d3d3f382880 100644 --- a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/_index.md @@ -123,7 +123,7 @@ These instructions are adapted from the [official cert-manager documentation](ht ``` # If you have installed the CRDs manually instead of with the `--set installCRDs=true` option added to your Helm install command, you should upgrade your CRD resources before upgrading the Helm chart: -kubectl apply -f https://github.com/jetstack/cert-manager/releases/download//cert-manager.crds.yaml +kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.1/cert-manager.crds.yaml # Add the Jetstack Helm repository helm repo add jetstack https://charts.jetstack.io From de614f11414c9ccaf608e78ccd2ede2a0188de35 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Thu, 26 Aug 2021 12:35:28 -0700 Subject: [PATCH 14/14] Replace with v1.5.1 in Rancher v2.6 docs --- .../v2.6/en/installation/install-rancher-on-k8s/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md index 0eb5cc70833..475b7c5f09c 100644 --- a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md @@ -123,7 +123,7 @@ These instructions are adapted from the [official cert-manager documentation](ht ``` # If you have installed the CRDs manually instead of with the `--set installCRDs=true` option added to your Helm install command, you should upgrade your CRD resources before upgrading the Helm chart: -kubectl apply -f https://github.com/jetstack/cert-manager/releases/download//cert-manager.crds.yaml +kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.1/cert-manager.crds.yaml # Add the Jetstack Helm repository helm repo add jetstack https://charts.jetstack.io