Skip to content

Commit bd6c820

Browse files
Update content/en/docs/concepts/workloads/controllers/job.md
Co-authored-by: Shannon Kularathna <[email protected]>
1 parent e5807eb commit bd6c820

File tree

1 file changed

+1
-2
lines changed
  • content/en/docs/concepts/workloads/controllers

1 file changed

+1
-2
lines changed

content/en/docs/concepts/workloads/controllers/job.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,7 @@ When a Job is resumed from suspension, its `.status.startTime` field will be
510510
reset to the current time. This means that the `.spec.activeDeadlineSeconds`
511511
timer will be stopped and reset when a Job is suspended and resumed.
512512

513-
Remember that suspending a Job will delete all Pods that are not Completed. When the Job is
514-
suspended, Non-Completed [Pods will be terminated](/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)
513+
When you suspend a Job, any running Pods that don't have a status of `Completed` will be [terminated](/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination).
515514
with a SIGTERM signal. The Pod's graceful termination period will be honored and
516515
your Pod must handle this signal in this period. This may involve saving
517516
progress for later or undoing changes. Pods terminated this way will not count

0 commit comments

Comments
 (0)