change the description of pod state on prestop hook (#5938)
This commit is contained in:
committed by
Zach Corleissen
parent
4300917cf7
commit
bd3aa560bc
@@ -65,7 +65,7 @@ the Container cannot reach a `running` state.
|
|||||||
|
|
||||||
The behavior is similar for a `PreStop` hook.
|
The behavior is similar for a `PreStop` hook.
|
||||||
If the hook hangs during execution,
|
If the hook hangs during execution,
|
||||||
the Pod phase stays in a `running` state and never reaches `failed`.
|
the Pod phase stays in a `Terminating` state and is killed after `terminationGracePeriodSeconds` of pod ends.
|
||||||
If a `PostStart` or `PreStop` hook fails,
|
If a `PostStart` or `PreStop` hook fails,
|
||||||
it kills the Container.
|
it kills the Container.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user