Merge pull request #27601 from gpkc/patch-1

Fixing small typo
pull/27604/head
Kubernetes Prow Robot 2021-04-18 07:14:35 -07:00 committed by GitHub
commit 47b3add6fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ during application updates is configured in the spec for the specific workload r
When a pod is evicted using the eviction API, it is gracefully
[terminated](/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination), honoring the
`terminationGracePeriodSeconds` setting in its [PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).)
`terminationGracePeriodSeconds` setting in its [PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).
## PodDisruptionBudget example {#pdb-example}