mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 12:29:18 +00:00
Clarify the grace period when shutting down pods
This commit is contained in:
@@ -110,7 +110,9 @@ That rollout should be pretty quick. What shows in the web UI?
|
||||
|
||||
- Kubernetes sends a "polite" shutdown request to the worker, which ignores it
|
||||
|
||||
- Eventually, Kubernetes gets impatient and kills the container
|
||||
- After a grace period, Kubernetes gets impatient and kills the container
|
||||
|
||||
(The grace period is 30 seconds, but [can be changed](https://kubernetes.io/docs/concepts/workloads/pods/pod/#termination-of-pods) if needed)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user