We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e942197 commit c5addccCopy full SHA for c5addcc
1 file changed
content/en/docs/concepts/workloads/controllers/job.md
@@ -753,7 +753,7 @@ reset to the current time. This means that the `.spec.activeDeadlineSeconds`
753
timer will be stopped and reset when a Job is suspended and resumed.
754
755
When you suspend a Job, any running Pods that don't have a status of `Completed`
756
-will be [terminated](/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination).
+will be [terminated](/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)
757
with a SIGTERM signal. The Pod's graceful termination period will be honored and
758
your Pod must handle this signal in this period. This may involve saving
759
progress for later or undoing changes. Pods terminated this way will not count
0 commit comments