Browse Source

++readme

master
Nico Schottelius 2 years ago
parent
commit
5198193607
  1. 7
      rook/README.md

7
rook/README.md

@ -14,10 +14,11 @@ kubectl apply -f toolbox.yaml
## v2 with included manifests
* Patched for IPv6 support
* Including RBD
* Including RBD support
* Including CephFS support
```
for yaml in crds common operator cluster storageclass toolbox; do
for yaml in crds common operator cluster storageclass-cephfs storageclass-rbd toolbox; do
kubectl apply -f ${yaml}.yaml
done
```
@ -25,7 +26,7 @@ done
Deleting (in case of teardown):
```
for yaml in crds common operator cluster storageclass toolbox; do
for yaml in crds common operator cluster storageclass-cephfs storageclass-rbd toolbox; do
kubectl delete -f ${yaml}.yaml
done
```

Loading…
Cancel
Save