Skip to content

Commit b4af463

Browse files
sbernaueradwk67
andauthored
Apply suggestions from code review
Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.de>
1 parent b39e3b7 commit b4af463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/concepts/pages/operations/graceful_shutdown.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The individual default timeouts are documented in the specific operators at the
2828
Pods need to have the ability to take as long as they need to gracefully shut down without getting killed.
2929

3030
Imagine the situation that you set the graceful shutdown period to 24 hours.
31-
In case of e.g. an on-prem Kubernetes cluster the Kubernetes infrastructure team wants to drain the Kubernetes node, so that they can do regular maintenance, such as rebooting the node.
32-
They will have some upper limit on how long they will wait for Pods on the Node to terminate, until they will reboot the Kubernetes node regardless of still running Pods.
31+
In the case of e.g. an on-premise Kubernetes cluster the Kubernetes infrastructure team may want to drain the Kubernetes node so that they can do regular maintenance, such as rebooting the node.
32+
They will have some upper limit on how long they will wait for Pods on the Node to terminate before they reboot the Kubernetes node, regardless of any Pods that are still running.
3333

3434
When setting up a production cluster, you need to check with your Kubernetes administrator (or cloud provider) what time period your Pods have to terminate gracefully.
3535
It is not sufficient to have a look at the `spec.terminationGracePeriodSeconds` and come to the conclusion that the Pods have e.g. 24 hours to gracefully shut down, as e.g. an administrator can reboot the Kubernetes node before the time period is reached.

0 commit comments

Comments
 (0)