Skip to content

Commit 54551a4

Browse files
authored
Merge pull request #45039 from stevsmit/BZ2072487
Adds additional CRI information
2 parents 98ea60c + 09e811c commit 54551a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/cleaning-crio-storage.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ $ oc adm cordon <nodename>
4848
$ oc adm drain <nodename> --ignore-daemonsets --delete-local-data
4949
----
5050
+
51+
[NOTE]
52+
====
53+
The `terminationGracePeriodSeconds` attribute of a pod or pod template controls the graceful termination period. This attribute defaults at 30 seconds, but can be customized per application as necessary. If set to more than 90 seconds, the pod might be marked as `SIGKILLed` and fail to terminate successfully.
54+
====
55+
5156
. When the node returns, connect back to the node via SSH or Console. Then connect to the root user:
5257
[source, terminal]
5358
+

0 commit comments

Comments
 (0)