We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0931e commit 0b25916Copy full SHA for 0b25916
docs/sytem-administration/storage.md
@@ -13,6 +13,8 @@ kubectl -n rook-ceph scale deployment rook-ceph-operator --replicas=0
13
14
kubectl -n rook-ceph-cluster scale deployment rook-ceph-osd-<ID> --replicas=0
15
kubectl -n rook-ceph-cluster exec -it $(kubectl -n rook-ceph-cluster get pod -l "app=rook-ceph-tools" -o jsonpath='{.items[0].metadata.name}') -- ceph osd down osd.<ID>
16
+kubectl -n rook-ceph-cluster exec -it $(kubectl -n rook-ceph-cluster get pod -l "app=rook-ceph-tools" -o jsonpath='{.items[0].metadata.name}') -- ceph osd purge <ID> --yes-i-really-mean-it
17
+kubectl delete deployment -n rook-ceph-cluster rook-ceph-osd-<ID>
18
19
kubectl -n rook-ceph scale deployment rook-ceph-operator --replicas=1
20
0 commit comments