This commit is contained in:
Nico Schottelius 2021-06-05 19:30:56 +02:00
parent 4ff049fa55
commit c011bb42f9
2 changed files with 5 additions and 3 deletions

View File

@ -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
```

View File

@ -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/
```