Skip to content

Commit

Permalink
[en] Fix typo in job.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fcornelius committed Apr 15, 2024
1 parent e942197 commit c5addcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/workloads/controllers/job.md
Expand Up @@ -753,7 +753,7 @@ reset to the current time. This means that the `.spec.activeDeadlineSeconds`
timer will be stopped and reset when a Job is suspended and resumed.

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).
will be [terminated](/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)
with a SIGTERM signal. The Pod's graceful termination period will be honored and
your Pod must handle this signal in this period. This may involve saving
progress for later or undoing changes. Pods terminated this way will not count
Expand Down

0 comments on commit c5addcc

Please sign in to comment.