From 75acbbff94ef010d41056964e992db9049182878 Mon Sep 17 00:00:00 2001 From: Nathan Nguyen <159226326+Indigo5684@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:07:30 -0500 Subject: [PATCH] Fixes, Restart Mgr command --- docs/sytem-administration/storage.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/sytem-administration/storage.md b/docs/sytem-administration/storage.md index 29d3a72..52409f5 100644 --- a/docs/sytem-administration/storage.md +++ b/docs/sytem-administration/storage.md @@ -6,7 +6,7 @@ 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}') -- bash ``` -# Remove / Move OSD +## Remove / Move OSD ```bash kubectl -n rook-ceph scale deployment rook-ceph-operator --replicas=0 @@ -17,5 +17,10 @@ kubectl -n rook-ceph-cluster exec -it $(kubectl -n rook-ceph-cluster get pod -l kubectl delete deployment -n rook-ceph-cluster rook-ceph-osd- kubectl -n rook-ceph scale deployment rook-ceph-operator --replicas=1 +``` + +## Fix Mgr +```bash +kubectl -n rook-ceph-cluster rollout restart deployment/rook-ceph-mgr-a ``` \ No newline at end of file