From cb5c7998bc047288c8ee6290db645386d536c985 Mon Sep 17 00:00:00 2001 From: Trevor Dawe Date: Thu, 21 Nov 2024 11:16:26 -0400 Subject: [PATCH] Remove reference to APEX Navigator for Kubernetes (#1369) --- content/docs/deployment/csmoperator/_index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/docs/deployment/csmoperator/_index.md b/content/docs/deployment/csmoperator/_index.md index ee48abb372..45da562418 100644 --- a/content/docs/deployment/csmoperator/_index.md +++ b/content/docs/deployment/csmoperator/_index.md @@ -438,5 +438,3 @@ The specification for the Custom Resource is the same for all the drivers.Below **nodeSelector** - Used to specify node selectors for the driver StatefulSet/Deployment and DaemonSet. >NOTE: The `image` field should point to the correct image tag for version of the driver you are installing. - ->NOTE: The CSM Operator 1.6 is pre-requisite for onboarding brownfield clusters with Apex Navigator For Kubernetes. When the Dell connectivity client is installed, a role and rolebinding will be established in the namespace containing CSM objects, and these will be removed when the client is uninstalled. If the client is already present in the cluster and CSM is deployed or deleted, the roles and rolebindings will be correspondingly created or removed during CSM reconciliation. This process ensures that the client can access the secrets in the namespace.