mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Merge pull request #15 from rootfs/rbd-refactoring
update readme and deployment
This commit is contained in:
commit
86acb9ccd9
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
|
||||
```
|
||||
|
@ -2,7 +2,7 @@ apiVersion: storage.k8s.io/v1beta1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: rbd-csi-provisioner
|
||||
provisioner: csi-rbd
|
||||
provisioner: rbdplugin
|
||||
parameters:
|
||||
monitors: 172.24.0.6:6789
|
||||
pool: rbd
|
||||
|
Loading…
Reference in New Issue
Block a user