From f96709fd4d662d3b542e30f5991bca620dac9811 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Wed, 25 Aug 2021 13:49:18 -0400 Subject: [PATCH] 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