This commit is contained in:
Nico Schottelius 2021-06-04 18:33:52 +02:00
parent e150d06a3c
commit f4871d5f7b
1 changed files with 14 additions and 0 deletions

14
rook.md Normal file
View 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
```