Difference between revisions of "TerminationGracePeriodSeconds"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Kubernetes v1.28]]
+
{{lc}}
 +
[[Kubernetes v1.28]] (Aug 2023)
  
 
* https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#probe-level-terminationgraceperiodseconds
 
* https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#probe-level-terminationgraceperiodseconds
  
 +
pod- and probe-level
 +
 +
 +
terminationGracePeriodSeconds: configure a grace period for the kubelet to wait between triggering a shut down of the failed container, and then forcing the container runtime to stop that container. The default is to inherit the Pod-level value for terminationGracePeriodSeconds (30 seconds if not specified), and the minimum value is 1. See probe-level terminationGracePeriodSeconds for more detail.
  
 
== Related ==
 
== Related ==
 
* [[Container Lifecycle Hooks]]
 
* [[Container Lifecycle Hooks]]
 +
* [[HTTP probes]]
 +
* [[TCP probes]]
 +
* [[Probe-level]]
 +
* [[geth]]: <code>[[Unclean shutdown detected]]</code>
 +
* [[Successfully pulled image]]
 +
 +
== See also ==
 +
* {{K8s probes}}
 +
 +
[[Category:Kubernetes]]

Latest revision as of 14:08, 5 November 2024

Kubernetes v1.28 (Aug 2023)

pod- and probe-level


terminationGracePeriodSeconds: configure a grace period for the kubelet to wait between triggering a shut down of the failed container, and then forcing the container runtime to stop that container. The default is to inherit the Pod-level value for terminationGracePeriodSeconds (30 seconds if not specified), and the minimum value is 1. See probe-level terminationGracePeriodSeconds for more detail.

Related[edit]

See also[edit]

Advertising: