From eba88a3bd8febf0691876b052d42b74237e2252d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 7 Jun 2021 19:24:20 +0200 Subject: [PATCH] rook: update documentation --- rook.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/rook.md b/rook.md index dd939db..d9c07a9 100644 --- a/rook.md +++ b/rook.md @@ -1,4 +1,4 @@ -## +## v1: original rook manifests ``` git clone https://github.com/rook/rook.git @@ -10,3 +10,20 @@ kubectl apply -f cluster.yaml kubectl apply -f csi/rbd/storageclass.yaml kubectl apply -f toolbox.yaml ``` + +## v2 with included manifests + +* Patched for IPv6 support +* Including RBD + +``` +for yaml in crds common operator cluster storageclass toolbox; do + kubectl apply -f ${yaml}.yaml +done +``` + +## Debugging / ceph toolbox + +``` +kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- bash +```