From e1b824ebada3d3dad9d2793fd12b5a948d8b51b5 Mon Sep 17 00:00:00 2001 From: Andrew Symington Date: Tue, 10 Dec 2024 14:45:59 -0800 Subject: [PATCH] docs: update ceph-with-rook.md Fixed a typo in the disk-wipe instructions. Signed-off-by: Andrew Symington Signed-off-by: Andrey Smirnov --- .../v1.8/kubernetes-guides/configuration/ceph-with-rook.md | 2 +- .../v1.9/kubernetes-guides/configuration/ceph-with-rook.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/v1.8/kubernetes-guides/configuration/ceph-with-rook.md b/website/content/v1.8/kubernetes-guides/configuration/ceph-with-rook.md index fbfd5f81d2..f475ce30d4 100644 --- a/website/content/v1.8/kubernetes-guides/configuration/ceph-with-rook.md +++ b/website/content/v1.8/kubernetes-guides/configuration/ceph-with-rook.md @@ -283,6 +283,6 @@ pod/disk-wipe created $ kubectl wait --timeout=900s --for=jsonpath='{.status.phase}=Succeeded' pod disk-wipe pod/disk-wipe condition met -$ kubectl delete pod disk-clean +$ kubectl delete pod disk-wipe pod "disk-wipe" deleted ``` diff --git a/website/content/v1.9/kubernetes-guides/configuration/ceph-with-rook.md b/website/content/v1.9/kubernetes-guides/configuration/ceph-with-rook.md index fbfd5f81d2..f475ce30d4 100644 --- a/website/content/v1.9/kubernetes-guides/configuration/ceph-with-rook.md +++ b/website/content/v1.9/kubernetes-guides/configuration/ceph-with-rook.md @@ -283,6 +283,6 @@ pod/disk-wipe created $ kubectl wait --timeout=900s --for=jsonpath='{.status.phase}=Succeeded' pod disk-wipe pod/disk-wipe condition met -$ kubectl delete pod disk-clean +$ kubectl delete pod disk-wipe pod "disk-wipe" deleted ```