# kubeadm init --pod-network-cidr=10.244.0.0/16 # sysctl net.bridge.bridge-nf-call-iptables=1 # kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/2140ac876ef134e0ed5af15c65e414cf26827915/Documentation/kube-flannel.yml kubectl create -f storageclass.yaml kubectl get sc -a kubectl create -f filesystem.yaml # kubectl -n rook-ceph get pod -l app=rook-ceph-mds # kubectl create -f toolbox.yaml # kubectl -n rook-ceph exec -it $(kubectl -n rook-ceph get pod -l "app=rook-ceph-tools" -o jsonpath='{.items[0].metadata.name}') bash