Skip to content

Commit f7bd5fa

Browse files
committed
rm informatio about generator from cron-job docs
1 parent bd8267d commit f7bd5fa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ The output is similar to this:
4949
cronjob.batch/hello created
5050
```
5151

52-
Alternatively, you can use `kubectl run` to create a cron job without writing a full config:
53-
54-
```shell
55-
kubectl run hello --schedule="*/1 * * * *" --restart=OnFailure --image=busybox -- /bin/sh -c "date; echo Hello from the Kubernetes cluster"
56-
```
57-
5852
After creating the cron job, get its status using this command:
5953

6054
```shell

0 commit comments

Comments
 (0)