Clean up grammar around the phase section

pull/23404/head
Andrew Garrett 2020-10-02 12:31:34 -07:00 committed by GitHub
parent 8b2e8df3ad
commit 96a27ce40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ the Container cannot reach a `running` state.
to stop the Container; the hook must complete its execution before
the signal can be sent.
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
the `PreStop` hook to execute and for the Container to stop normally.
If, for example, `terminationGracePeriodSeconds` is 60, and the hook