Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added samples link for storage class for each driver in csm-operator #988

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/docs/deployment/csmoperator/drivers/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ For detailed PowerFlex installation procedure, see the _Dell PowerFlex Deploymen
This command will deploy the CSI-PowerFlex driver in the namespace specified in the input YAML file.

5. [Verify the CSI Driver installation](../#verifying-the-driver-installation)

6. Refer https://github.com/dell/csi-powerflex/tree/main/samples for the sample files.

**Note** :
1. Snapshotter and resizer sidecars are installed by default.
1 change: 1 addition & 0 deletions content/docs/deployment/csmoperator/drivers/powermax.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ Create a secret named powermax-certs in the namespace where the CSI PowerMax dri

6. Execute the following command to create the PowerMax custom resource:`kubectl create -f <input_sample_file.yaml>`. The above command will deploy the CSI-PowerMax driver.
7. The mandatory module CSI PowerMax Reverseproxy will be installed automatically with the same command.
8. Refer https://github.com/dell/csi-powermax/tree/main/samples for the sample files.

## Other features to enable
### Dynamic Logging Configuration
Expand Down
2 changes: 2 additions & 0 deletions content/docs/deployment/csmoperator/drivers/powerscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ kubectl get csm --all-namespaces

6. [Verify the CSI Driver installation](../#verifying-the-driver-installation)

7. Refer https://github.com/dell/csi-powerscale/tree/main/samples for the sample files.

**Note** :

1. "Kubelet config dir path" is not yet configurable in case of Operator based driver installation.
Expand Down
2 changes: 2 additions & 0 deletions content/docs/deployment/csmoperator/drivers/powerstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ kubectl get csm --all-namespaces
```

5. [Verify the CSI Driver installation](../#verifying-the-driver-installation)

6. Refer https://github.com/dell/csi-powerstore/tree/main/samples for the sample files.

**Note** :
1. "Kubelet config dir path" is not yet configurable in case of Operator based driver installation.
Expand Down
2 changes: 2 additions & 0 deletions content/docs/deployment/csmoperator/drivers/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ kubectl get csm --all-namespaces
```

5. [Verify the CSI Driver installation](../#verifying-the-driver-installation)

6. Refer https://github.com/dell/csi-unity/tree/main/samples for the sample files.

**Note** :
1. "Kubelet config dir path" is not yet configurable in case of Operator based driver installation.
Expand Down
Loading