Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/deployments/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ serving — you don't get a broken deployment because of a bad image.

## Automatic error cleanup

A deployment that *should* keep pods running but has **no ready pod for 15
minutes** is automatically marked **error** and its workload is torn down. This
A deployment that *should* keep pods running but has **no ready pod for 6
hours** is automatically marked **error** and its workload is torn down. This
catches a deployment that applied cleanly but then can't stay up — a
crash-looping image, an image that never pulls, or a readiness probe that never
passes — so a dead deployment doesn't sit consuming a slot indefinitely.
Expand Down
Loading