Skip to content

Commit 168f337

Browse files
authored
Removed driver installation section from operator doc
1 parent 8eeb655 commit 168f337

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

content/docs/deployment/csmoperator/_index.md

-12
Original file line numberDiff line numberDiff line change
@@ -304,18 +304,6 @@ bash scripts/install.sh
304304
```
305305
>NOTE: Dell CSM Operator would install to the 'dell-csm-operator' namespace by default.
306306
307-
#### Perform Driver installation
308-
309-
Now that the required images are available and the Operator is installed, you can proceed to install the driver by executing `kubectl create -f <manifest-name>`. Manifests for all the supported drivers will be available inside the samples directory. Using Unity XT as an example
310-
```bash
311-
kubectl create -f samples/storage_csm_unity_v2100.yaml
312-
```
313-
>NOTE: Offline bundle supports install of only the latest version of Dell CSI Drivers
314-
315-
**NOTE:**
316-
1. Offline bundle installation is only supported with manual installs i.e. without using Operator Lifecycle Manager (OLM).
317-
2. Install/uninstall of operator and drivers should be done using the files that are obtained after unpacking the offline bundle (dell-csm-operator-bundle.tar.gz) as that is where the image tags in the manifests are modified to point to the specified internal registry.
318-
319307
## Uninstall
320308
### Operator uninstallation on a cluster without OLM
321309
To uninstall a CSM operator, run `bash scripts/uninstall.sh`. This will uninstall the operator in `dell-csm-operator` namespace.

0 commit comments

Comments
 (0)