Skip to content

Commit

Permalink
Removed driver installation section from operator doc (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
gallacher authored Mar 15, 2024
1 parent 8eeb655 commit 13ff7cd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions content/docs/deployment/csmoperator/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,18 +304,6 @@ bash scripts/install.sh
```
>NOTE: Dell CSM Operator would install to the 'dell-csm-operator' namespace by default.
#### Perform Driver installation

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
```bash
kubectl create -f samples/storage_csm_unity_v2100.yaml
```
>NOTE: Offline bundle supports install of only the latest version of Dell CSI Drivers
**NOTE:**
1. Offline bundle installation is only supported with manual installs i.e. without using Operator Lifecycle Manager (OLM).
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.

## Uninstall
### Operator uninstallation on a cluster without OLM
To uninstall a CSM operator, run `bash scripts/uninstall.sh`. This will uninstall the operator in `dell-csm-operator` namespace.
Expand Down

0 comments on commit 13ff7cd

Please sign in to comment.