Commit b0e1d236 authored by harry zhang's avatar harry zhang Committed by GitHub

Wrong cron job date in scheduledjob.md

It seems we wrote a wrong date? `"0 14 21 7 *"` is July 21.
parent 008fc22d
...@@ -207,7 +207,7 @@ In the above example: ...@@ -207,7 +207,7 @@ In the above example:
* `--restart=OnFailure` implies creating a job instead of replicationController. * `--restart=OnFailure` implies creating a job instead of replicationController.
* `--runAt="0 14 21 7 *"` implies the schedule with which the job should be run, here * `--runAt="0 14 21 7 *"` implies the schedule with which the job should be run, here
July 7th, 2pm. This value will be validated according to the same rules which July 21, 2pm. This value will be validated according to the same rules which
apply to `.spec.schedule`. apply to `.spec.schedule`.
## Fields Added to Job Template ## Fields Added to Job Template
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment