Skip to content

Commit

Permalink
docs: update ceph-with-rook.md
Browse files Browse the repository at this point in the history
Fixed a typo in the disk-wipe instructions.

Signed-off-by: Andrew Symington <andrew.c.symington@gmail.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
asymingt authored and smira committed Dec 11, 2024
1 parent 470b755 commit e1b824e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit e1b824e

Please sign in to comment.