Skip to content

Commit

Permalink
doc: add info about csi snapshot deployment
Browse files Browse the repository at this point in the history
This commit includes reference to CSI snapshot CRDs
deployment guide.

Signed-off-by: Praveen M <[email protected]>
  • Loading branch information
iPraveenParihar committed Sep 12, 2023
1 parent 5411a69 commit 03fa2b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/deploy-cephfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ for more information.
kubectl create -f ../../ceph-conf.yaml
```

**Deploy CSI Snapshot:**

If you intent to use the snapshot functionality in your Kuberenetes cluster, please refer [deployment guide](./snap-clone.md#prerequisite)


**Deploy CSI sidecar containers:**

```bash
Expand Down
4 changes: 4 additions & 0 deletions docs/deploy-rbd.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ for more information.
kubectl create -f ../../ceph-conf.yaml
```

**Deploy CSI Snapshot:**

If you intent to use the snapshot functionality in your Kuberenetes cluster, please refer [deployment guide](./snap-clone.md#prerequisite)

**Deploy CSI sidecar containers:**

```bash
Expand Down

0 comments on commit 03fa2b8

Please sign in to comment.