mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
update readme and deployment
Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
12
README.md
12
README.md
@ -53,8 +53,20 @@ csi-provisioner-0 1/1 Running 0 1m
|
||||
|
||||
### Create a CSI storage class
|
||||
|
||||
Replace Ceph mon and secrets in [examples/sc.yaml](examples/sc.yaml)
|
||||
|
||||
```bash
|
||||
# kubectl create -f examples/sc.yaml
|
||||
```
|
||||
|
||||
### Create a PVC
|
||||
|
||||
```bash
|
||||
# kubectl create -f examples/pvc.yaml
|
||||
```
|
||||
|
||||
### Create a Pod
|
||||
|
||||
```bash
|
||||
# kubectl create -f examples/pod.yaml
|
||||
```
|
||||
|
Reference in New Issue
Block a user