Merge pull request #27357 from anvithabs
* pr/27357: Fix reference to a configuration property in cloud.adoc Closes gh-27357
This commit is contained in:
commit
5b927bdf9f
|
|
@ -140,7 +140,7 @@ Once the pre-stop hook has completed, SIGTERM will be sent to the container and
|
||||||
|
|
||||||
NOTE: When Kubernetes sends a SIGTERM signal to the pod, it waits for a specified time called the termination grace period (the default for which is 30 seconds).
|
NOTE: When Kubernetes sends a SIGTERM signal to the pod, it waits for a specified time called the termination grace period (the default for which is 30 seconds).
|
||||||
If the containers are still running after the grace period, they are sent the SIGKILL signal and forcibly removed.
|
If the containers are still running after the grace period, they are sent the SIGKILL signal and forcibly removed.
|
||||||
If the pod takes longer than 30 seconds to shut down, which could be because you've increased spring.lifecycle.timeout-per-shutdown-phase, make sure to increase the termination grace period by setting the `terminationGracePeriodSeconds` option in the Pod YAML.
|
If the pod takes longer than 30 seconds to shut down, which could be because you've increased configprop:spring.lifecycle.timeout-per-shutdown-phase[], make sure to increase the termination grace period by setting the `terminationGracePeriodSeconds` option in the Pod YAML.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue