Skip to content

Commit d92c325

Browse files
authored
Merge pull request kubernetes#5275 from hzxuzhonghu/patch-12
Update disruptions.md
2 parents cdccb05 + a9d76d2 commit d92c325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/workloads/pods/disruptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Pods which are deleted or unavailable due to a rolling upgrade to an application
128128
against the disruption budget, but controllers (like deployment and stateful-set)
129129
are not limited by PDBs when doing rolling upgrades -- the handling of failures
130130
during application updates is configured in the controller spec.
131-
(Learn about [updating a deployment](/docs/concepts/cluster-administration/manage-deployment/#updating-your-application-without-a-service-outage).)
131+
(Learn about [updating a deployment](/docs/concepts/workloads/controllers/deployment/#updating-a-deployment).)
132132

133133
When a pod is evicted using the eviction API, it is gracefully terminated (see
134134
`terminationGracePeriodSeconds` in [PodSpec](/docs/resources-reference/{{page.version}}/#podspec-v1-core).)

0 commit comments

Comments
 (0)