Skip to content

Commit be603de

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ Suspend an active job:
544544
kubectl patch job/myjob -p '{"spec":{"suspend":true}}'
545545
```
546546

547-
Unsuspend an active job:
547+
Resume a suspended Job:
548548

549549
```shell
550550
kubectl patch job/myjob -p '{"spec":{"suspend":false}}'

0 commit comments

Comments
 (0)