Skip to content

Commit a0e705f

Browse files
authored
Merge pull request #74790 from imdmahajankanika/patch-1
Added command for removing the taint
2 parents 7253a86 + 9f91d60 commit a0e705f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,9 @@ spec:
5555

5656
. Restart the node.
5757

58-
. Remove the taint.
58+
. Remove the taint from the corresponding node object by running the following command:
59+
+
60+
[source, terminal]
61+
----
62+
oc adm taint node <node name> node.kubernetes.io/out-of-service=nodeshutdown:NoExecute- <1>
63+
----

0 commit comments

Comments
 (0)