++rook
This commit is contained in:
parent
e150d06a3c
commit
f4871d5f7b
1 changed files with 14 additions and 0 deletions
14
rook.md
Normal file
14
rook.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
##
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/rook/rook.git
|
||||||
|
cd rook/cluster/examples/kubernetes/ceph
|
||||||
|
kubectl apply -f crds.yaml -f common.yaml
|
||||||
|
kubectl apply -f operator.yaml
|
||||||
|
kubectl get -n rook-ceph pods --watch
|
||||||
|
kubectl apply -f cluster.yaml
|
||||||
|
cd ~/rook/
|
||||||
|
kubectl apply -f ./cluster/examples/kubernetes/ceph/csi/cephfs/storageclass.yaml
|
||||||
|
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in a new issue