We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9199b commit 733e25dCopy full SHA for 733e25d
content/en/docs/concepts/workloads/controllers/job.md
@@ -547,7 +547,7 @@ kubectl patch job/myjob --type=strategic --patch '{"spec":{"suspend":true}}'
547
Resume a suspended Job:
548
549
```shell
550
-kubectl patch job/myjob -p '{"spec":{"suspend":false}}'
+kubectl patch job/myjob --type=strategic --patch '{"spec":{"suspend":false}}'
551
```
552
553
The Job's status can be used to determine if a Job is suspended or has been
0 commit comments