++rook
This commit is contained in:
parent
4ff049fa55
commit
c011bb42f9
2 changed files with 5 additions and 3 deletions
3
rook.md
3
rook.md
|
@ -7,8 +7,7 @@ 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
|
||||
kubectl apply -f csi/cephfs/storageclass.yaml
|
||||
|
||||
|
||||
```
|
||||
|
|
|
@ -166,4 +166,7 @@ sysctl -p /etc/sysctl.d/99-Z-sysctl-cdist.conf
|
|||
|
||||
## Docker based
|
||||
|
||||
* mount --make-shared /sys required for calico-node
|
||||
```
|
||||
mount --make-shared /sys
|
||||
mount --make-shared /run/
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue