Fixing small typo

This commit is contained in:
Guilherme Caminha
2021-04-18 15:07:32 +02:00
committed by GitHub
parent 3ee03e4409
commit c1a4a5044b
@@ -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}