Skip to content

Commit 8649af0

Browse files
authored
Merge pull request #86733 from openshift-cherrypick-robot/cherry-pick-74790-to-enterprise-4.16
[enterprise-4.16] Added command for removing the taint
2 parents aab1dca + 2bf7a59 commit 8649af0

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)