Skip to content

Commit 5e58cf3

Browse files
authored
Merge pull request #89067 from lpettyjo/OSDOCS-13414
OSDOCS-13414#Fix docs for non-graceful node shutdown
2 parents e84fae5 + 1d3ce34 commit 5e58cf3

3 files changed

+11
-4
lines changed

Diff for: _topic_maps/_topic_map.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1773,8 +1773,6 @@ Topics:
17731773
File: persistent-storage-csi-sc-manage
17741774
- Name: CSI automatic migration
17751775
File: persistent-storage-csi-migration
1776-
- Name: Detach CSI volumes after non-graceful node shutdown
1777-
File: persistent-storage-csi-vol-detach-non-graceful-shutdown
17781776
- Name: AWS Elastic Block Store CSI Driver Operator
17791777
File: persistent-storage-csi-ebs
17801778
- Name: AWS Elastic File Service CSI Driver Operator
@@ -1812,6 +1810,9 @@ Topics:
18121810
- Name: Dynamic provisioning
18131811
File: dynamic-provisioning
18141812
Distros: openshift-enterprise,openshift-origin
1813+
- Name: Detach volumes after non-graceful node shutdown
1814+
File: persistent-storage-csi-vol-detach-non-graceful-shutdown
1815+
Distros: openshift-enterprise,openshift-origin,openshift-online
18151816
---
18161817
Name: Registry
18171818
Dir: registry

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

+6
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>

Diff for: storage/container_storage_interface/persistent-storage-csi-vol-detach-non-graceful-shutdown.adoc renamed to storage/persistent-storage-csi-vol-detach-non-graceful-shutdown.adoc

+2-2
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)