PowerFlex
Installing Dell CSI Driver for PowerFlex via Dell CSM Operator
On Upstream Kubernetes clusters, ensure that to install
For detailed snapshot setup procedure, click here.
NOTE: This step can be skipped with OpenShift.
Refer PowerScale Driver to install the driver via Operator
Refer PowerFlex Driver to install the driver via Operator
Refer PowerMax Driver to install the driver via Operator
Refer PowerStore Driver to install the driver via Operator
Refer Unity XT Driver to install the driver via Operator
NOTE: If you are using an OLM based installation, example manifests are available in
OperatorHub
UI. You can edit these manifests and install the driver using theOperatorHub
UI.
Once the driver Custom Resource (CR)
is created, you can verify the installation as mentioned below
kubectl get csm/<name-of-custom-resource> -n <driver-namespace> -o yaml
Succeeded
state. If the status is not Succeeded
, see the Troubleshooting guide for more information.The CSI Drivers and CSM Modules installed by the Dell CSM Operator can be updated like any Kubernetes resource. This can be achieved in various ways which include:
kubectl edit
For example - If the name of the installed PowerScale driver is powerscale, then run
#Replace driver-namespace with the namespace where the PowerScale driver is installed
kubectl edit csm/powerscale -n <driver-namespace>
kubectl patch
NOTES:
driver:
configVersion: v2.10.0
CustomResource
manifest file and running the kubectl apply -f
command. As part of the driver installation, the Operator sets some annotations on the CustomResource
object which are further utilized in some workflows (like detecting upgrade of drivers). If you run the kubectl apply -f
command to update the driver, these annotations are overwritten and this may lead to failures.The CSI Drivers and CSM Modules can be uninstalled by deleting the Custom Resource.
For e.g.
kubectl delete csm/powerscale -n <driver-namespace>
By default, the forceRemoveDriver
option is set to true
which will uninstall the CSI Driver and CSM Modules when the Custom Resource is deleted. Setting this option to false
is not recommended.
Although the sidecars field in the driver specification is optional, it is strongly recommended to not modify any details related to sidecars provided (if present) in the sample manifests. The only exception to this is modifications requested by the documentation, for example, filling in blank IPs or other such system-specific data. Any modifications not specifically requested by the documentation should be only done after consulting with Dell support.
Installing Dell CSI Driver for PowerFlex via Dell CSM Operator
Installing Dell CSI Driver for PowerMax via Dell CSM Operator
Installing Dell CSI Driver for PowerScale via Dell CSM Operator
Installing Dell CSI Driver for PowerStore via Dell CSM Operator
Installing Dell CSI Driver for Unity XT via Dell CSM Operator