Merge pull request #5275 from hzxuzhonghu/patch-12

Update disruptions.md
pull/5309/head
Andrew Chen 2017-09-05 14:24:29 -07:00 committed by GitHub
commit d92c325ee1
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).)