From a6fcce87c8050c736a3f6197b3426e6f56fa5e66 Mon Sep 17 00:00:00 2001 From: JacobGros Date: Tue, 5 Sep 2023 09:33:14 -0400 Subject: [PATCH] remove-incorrect-section (#718) --- .../csmoperator/drivers/powerflex.md | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/content/docs/deployment/csmoperator/drivers/powerflex.md b/content/docs/deployment/csmoperator/drivers/powerflex.md index 296349e596..4f38efcca0 100644 --- a/content/docs/deployment/csmoperator/drivers/powerflex.md +++ b/content/docs/deployment/csmoperator/drivers/powerflex.md @@ -27,27 +27,7 @@ kubectl get csm --all-namespaces - This feature deploys the sdc kernel modules on all nodes with the help of an init container. - For non-supported versions of the OS also do the manual SDC deployment steps given below. Refer to https://hub.docker.com/r/dellemc/sdc for supported versions. - **Note:** When the driver is created, MDM value for initContainers in driver CR is set by the operator from mdm attributes in the driver configuration file, - config.yaml. An example of config.yaml is in the document below. Do not set MDM value for initContainers in the driver CR file manually. -- **Note:** To use an sdc-binary module from customer ftp site: - - Create a secret, sdc-repo-secret.yaml to contain the credentials for the private repo. To generate the base64 encoding of a credential: - ```bash - echo -n | base64 -i - ``` - secret sample to use: - ```yaml - apiVersion: v1 - kind: Secret - metadata: - name: sdc-repo-creds - namespace: vxflexos - type: Opaque - data: - # set username to the base64 encoded username, sdc default is - username: - # set password to the base64 encoded password, sdc default is - password: -``` - - Create secret for FTP side by using the command `kubectl create -f sdc-repo-secret.yaml`. + config.yaml. An example of config.yaml is below in this document. Do not set MDM value for initContainers in the driver CR file manually. - Optionally, enable sdc monitor by setting the enable flag for the sdc-monitor to true. Please note: - **If using sidecar**, you will need to edit the value fields under the HOST_PID and MDM fields by filling the empty quotes with host PID and the MDM IPs. - **If not using sidecar**, leave the enabled field set to false.