Skip to content

Commit af62983

Browse files
authored
Merge pull request #46333 from GroceryBoyJr/oc-delete-pv
Correct the oc delete command for manual storage reclaim
2 parents d4479ae + 757c09c commit af62983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/storage-persistent-storage-reclaim-manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To manually reclaim the PV as a cluster administrator:
1515
+
1616
[source,terminal]
1717
----
18-
$ oc delete <pv-name>
18+
$ oc delete pv <pv-name>
1919
----
2020
+
2121
The associated storage asset in the external infrastructure, such as an AWS EBS, GCE PD, Azure Disk, or Cinder volume, still exists after the PV is deleted.

0 commit comments

Comments
 (0)