Browse Source

++rook

master
Nico Schottelius 2 years ago
parent
commit
c011bb42f9
  1. 3
      rook.md
  2. 5
      v3-calico/README.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
```

5
v3-calico/README.md

@ -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…
Cancel
Save