Skip to content

Commit 1d3ce34

Browse files
author
Lisa Pettyjohn
committed
OSDOCS-13414#Fix docs for non-graceful node shutdown
1 parent 8830df0 commit 1d3ce34

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

_topic_maps/_topic_map.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,8 +1775,6 @@ Topics:
17751775
File: persistent-storage-csi-sc-manage
17761776
- Name: CSI automatic migration
17771777
File: persistent-storage-csi-migration
1778-
- Name: Detach CSI volumes after non-graceful node shutdown
1779-
File: persistent-storage-csi-vol-detach-non-graceful-shutdown
17801778
- Name: AWS Elastic Block Store CSI Driver Operator
17811779
File: persistent-storage-csi-ebs
17821780
- Name: AWS Elastic File Service CSI Driver Operator
@@ -1814,6 +1812,9 @@ Topics:
18141812
- Name: Dynamic provisioning
18151813
File: dynamic-provisioning
18161814
Distros: openshift-enterprise,openshift-origin
1815+
- Name: Detach volumes after non-graceful node shutdown
1816+
File: persistent-storage-csi-vol-detach-non-graceful-shutdown
1817+
Distros: openshift-enterprise,openshift-origin,openshift-online
18171818
---
18181819
Name: Registry
18191820
Dir: registry

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ If the node is not completely shut down, do not proceed with tainting the node.
3232
+
3333
. Taint the corresponding node object by running the following command:
3434
+
35+
[IMPORTANT]
36+
====
37+
Tainting a node this way deletes all pods on that node. This also causes any pods that are backed by
38+
statefulsets to be evicted, and replacement pods to be created on a different node.
39+
====
40+
+
3541
[source,terminal]
3642
----
3743
oc adm taint node <node name> node.kubernetes.io/out-of-service=nodeshutdown:NoExecute <1>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
:_mod-docs-content-type: ASSEMBLY
22
[id="ephemeral-storage-csi-vol-detach-non-graceful-shutdown"]
3-
= Detach CSI volumes after non-graceful node shutdown
3+
= Detach volumes after non-graceful node shutdown
44
include::_attributes/common-attributes.adoc[]
55
:context: ephemeral-storage-csi-vol-detach-non-graceful-shutdown
66

77
toc::[]
88

9-
This feature allows Container Storage Interface (CSI) drivers to automatically detach volumes when a node goes down non-gracefully.
9+
This feature allows drivers to automatically detach volumes when a node goes down non-gracefully.
1010

1111
include::modules/persistent-storage-csi-vol-detach-non-graceful-shutdown-overview.adoc[leveloffset=+1]
1212

0 commit comments

Comments
 (0)