Skip to content

Commit

Permalink
remove-incorrect-section (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobGros authored Sep 5, 2023
1 parent cd773d6 commit a6fcce8
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions content/docs/deployment/csmoperator/drivers/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <credential>| 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: <username in base64>
# set password to the base64 encoded password, sdc default is
password: <password in base64>
```
- 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.
Expand Down

0 comments on commit a6fcce8

Please sign in to comment.