Skip to content

Commit 763b432

Browse files
Newcommit-Update persistent-storage-csi-vol-detach-non-graceful-shutdown-procedure.adoc
Newcommit-Update persistent-storage-csi-vol-detach-non-graceful-shutdown-procedure.adoc
1 parent 6087fe7 commit 763b432

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/persistent-storage-csi-vol-detach-non-graceful-shutdown-procedure.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To allow volumes to detach automatically from a node after a non-graceful node s
2323
----
2424
$ oc get node <node_name> <1>
2525
----
26-
<1> <node_name> = name of the non-gracefully shutdown node
26+
<1> <node_name> = name of the node that shut down non-gracefully
2727
+
2828
[IMPORTANT]
2929
====
@@ -42,7 +42,7 @@ statefulsets to be evicted, and replacement pods to be created on a different no
4242
----
4343
$ oc adm taint node <node_name> node.kubernetes.io/out-of-service=nodeshutdown:NoExecute <1>
4444
----
45-
<1> <node_name> = name of the non-gracefully shutdown node
45+
<1> <node_name> = name of the node that shut down non-gracefully
4646
+
4747
After the taint is applied, the volumes detach from the shutdown node allowing their disks to be attached to a different node.
4848
+
@@ -67,4 +67,4 @@ spec:
6767
----
6868
$ oc adm taint node <node_name> node.kubernetes.io/out-of-service=nodeshutdown:NoExecute- <1>
6969
----
70-
<1> <node_name> = name of the non-gracefully shutdown node
70+
<1> <node_name> = name of the node that shut down non-gracefully

0 commit comments

Comments
 (0)