-
Beta Was this translation helpful? Give feedback.
Answered by
tg123
Aug 1, 2023
Replies: 1 comment 9 replies
-
see https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase Note: When a Pod is being deleted, it is shown as Terminating by some kubectl commands. This Terminating status is not one of the Pod phases. A Pod is granted a term to terminate gracefully, which defaults to 30 seconds. You can use the flag --force to terminate a Pod by force. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terminating is not a real state
sdk will NOT support it
some client shows status = Terminating when pod deletetimestap is set
you can do the same in your own code