From 87cb57db3adfd3ba129f01aec2a33f3da75573b1 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Tue, 24 Aug 2021 17:17:44 -0400 Subject: [PATCH] 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