mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS-13414#Fix docs for non-graceful node shutdown
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
ab0514c58c
commit
28fdd7bdd0
@@ -1772,8 +1772,6 @@ Topics:
|
||||
File: persistent-storage-csi-sc-manage
|
||||
- Name: CSI automatic migration
|
||||
File: persistent-storage-csi-migration
|
||||
- Name: Detach CSI volumes after non-graceful node shutdown
|
||||
File: persistent-storage-csi-vol-detach-non-graceful-shutdown
|
||||
- Name: AWS Elastic Block Store CSI Driver Operator
|
||||
File: persistent-storage-csi-ebs
|
||||
- Name: AWS Elastic File Service CSI Driver Operator
|
||||
@@ -1811,6 +1809,9 @@ Topics:
|
||||
- Name: Dynamic provisioning
|
||||
File: dynamic-provisioning
|
||||
Distros: openshift-enterprise,openshift-origin
|
||||
- Name: Detach volumes after non-graceful node shutdown
|
||||
File: persistent-storage-csi-vol-detach-non-graceful-shutdown
|
||||
Distros: openshift-enterprise,openshift-origin,openshift-online
|
||||
---
|
||||
Name: Registry
|
||||
Dir: registry
|
||||
|
||||
@@ -32,6 +32,12 @@ If the node is not completely shut down, do not proceed with tainting the node.
|
||||
+
|
||||
. Taint the corresponding node object by running the following command:
|
||||
+
|
||||
[IMPORTANT]
|
||||
====
|
||||
Tainting a node this way deletes all pods on that node. This also causes any pods that are backed by
|
||||
statefulsets to be evicted, and replacement pods to be created on a different node.
|
||||
====
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
oc adm taint node <node name> node.kubernetes.io/out-of-service=nodeshutdown:NoExecute <1>
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
:_mod-docs-content-type: ASSEMBLY
|
||||
[id="ephemeral-storage-csi-vol-detach-non-graceful-shutdown"]
|
||||
= Detach CSI volumes after non-graceful node shutdown
|
||||
= Detach volumes after non-graceful node shutdown
|
||||
include::_attributes/common-attributes.adoc[]
|
||||
:context: ephemeral-storage-csi-vol-detach-non-graceful-shutdown
|
||||
|
||||
toc::[]
|
||||
|
||||
This feature allows Container Storage Interface (CSI) drivers to automatically detach volumes when a node goes down non-gracefully.
|
||||
This feature allows drivers to automatically detach volumes when a node goes down non-gracefully.
|
||||
|
||||
include::modules/persistent-storage-csi-vol-detach-non-graceful-shutdown-overview.adoc[leveloffset=+1]
|
||||
|
||||
Reference in New Issue
Block a user