Update disruptions.md

pull/5275/head
TigerXu 2017-09-02 11:41:03 +08:00 committed by GitHub
parent 061a16bfb5
commit a9d76d294e
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ Pods which are deleted or unavailable due to a rolling upgrade to an application
against the disruption budget, but controllers (like deployment and stateful-set)
are not limited by PDBs when doing rolling upgrades -- the handling of failures
during application updates is configured in the controller spec.
(Learn about [updating a deployment](/docs/concepts/cluster-administration/manage-deployment/#updating-your-application-without-a-service-outage).)
(Learn about [updating a deployment](/docs/concepts/workloads/controllers/deployment/#updating-a-deployment).)
When a pod is evicted using the eviction API, it is gracefully terminated (see
`terminationGracePeriodSeconds` in [PodSpec](/docs/resources-reference/{{page.version}}/#podspec-v1-core).)