Skip to content

Commit 2cc3955

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

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,9 @@ spec:
536536
...
537537
```
538538

539-
Alternatively, a job suspension can be toggled from the command line by patching the job resource. Suspend an active job:
539+
You can also toggle Job suspension by patching the Job using the command line.
540+
541+
Suspend an active job:
540542

541543
```shell
542544
kubectl patch job/myjob -p '{"spec":{"suspend":true}}'

0 commit comments

Comments
 (0)