From c011bb42f93906a58ac77da74a472c9c47764cdf Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 5 Jun 2021 19:30:56 +0200 Subject: [PATCH] ++rook --- rook.md | 3 +-- v3-calico/README.md | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/rook.md b/rook.md index bd1abeb..4e643b1 100644 --- a/rook.md +++ b/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 ``` diff --git a/v3-calico/README.md b/v3-calico/README.md index a51bfaf..8c9cdfd 100644 --- a/v3-calico/README.md +++ b/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/ +```