File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ reset to the current time. This means that the `.spec.activeDeadlineSeconds`
753
753
timer will be stopped and reset when a Job is suspended and resumed.
754
754
755
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).
756
+ will be [terminated](/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)
757
757
with a SIGTERM signal. The Pod's graceful termination period will be honored and
758
758
your Pod must handle this signal in this period. This may involve saving
759
759
progress for later or undoing changes. Pods terminated this way will not count
You can’t perform that action at this time.
0 commit comments