Merge pull request #33447 from varkey/patch-1

Fix text around liveness probe probe-level grace period behavior
This commit is contained in:
Kubernetes Prow Robot 2022-07-31 04:12:28 -07:00 committed by GitHub
commit a85cc47053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ those existing Pods.
When you (or the control plane, or some other component) create replacement
Pods, and the feature gate `ProbeTerminationGracePeriod` is disabled, then the
API server ignores the Pod-level `terminationGracePeriodSeconds` field, even if
API server ignores the Probe-level `terminationGracePeriodSeconds` field, even if
a Pod or pod template specifies it.
{{< /note >}}