Skip to content

Commit

Permalink
add prereq to install
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Aug 15, 2023
1 parent 05b6016 commit 4d53256
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions content/docs/deployment/csmoperator/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,20 @@ The installation process involves the creation of a `Subscription` object either
### Manual Installation on a cluster without OLM

1. Clone and checkout the required csm-operator version using
1. Install volume snapshot CRDs. For detailed snapshot setup procedure, [click here](../../snapshots/#volume-snapshot-feature).
2. Clone and checkout the required csm-operator version using
```bash
git clone -b v1.2.0 https://github.com/dell/csm-operator.git
```
2. `cd csm-operator`
3. (Optional) If using a local Docker image, edit the `deploy/operator.yaml` file and set the image name for the CSM Operator Deployment.
4. Run `bash scripts/install.sh` to install the operator.
3. `cd csm-operator`
4. (Optional) If using a local Docker image, edit the `deploy/operator.yaml` file and set the image name for the CSM Operator Deployment.
5. Run `bash scripts/install.sh` to install the operator.

>NOTE: Dell CSM Operator will be installed in the `dell-csm-operator` namespace.
{{< imgproc install.jpg Resize "2500x" >}}{{< /imgproc >}}

5. Run the command to validate the installation.
6. Run the command to validate the installation.
```bash
kubectl get pods -n dell-csm-operator
```
Expand Down

0 comments on commit 4d53256

Please sign in to comment.