Clean up grammar around the phase section
This commit is contained in:
@@ -68,7 +68,8 @@ the Container cannot reach a `running` state.
|
|||||||
to stop the Container; the hook must complete its execution before
|
to stop the Container; the hook must complete its execution before
|
||||||
the signal can be sent.
|
the signal can be sent.
|
||||||
If a `PreStop` hook hangs during execution,
|
If a `PreStop` hook hangs during execution,
|
||||||
the Pod phase stays in a `Terminating` state and is killed after its `terminationGracePeriodSeconds` expires.
|
the Pod's phase will be `Terminating` and remain there until the Pod is
|
||||||
|
killed after its `terminationGracePeriodSeconds` expires.
|
||||||
This grace period applies to the total time it takes for both
|
This grace period applies to the total time it takes for both
|
||||||
the `PreStop` hook to execute and for the Container to stop normally.
|
the `PreStop` hook to execute and for the Container to stop normally.
|
||||||
If, for example, `terminationGracePeriodSeconds` is 60, and the hook
|
If, for example, `terminationGracePeriodSeconds` is 60, and the hook
|
||||||
|
|||||||
Reference in New Issue
Block a user