summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-09-19 13:07:17 -0700
committerGitHub <noreply@github.com>2016-09-19 13:07:17 -0700
commite1acf5354c8b65ea5ce10450b0b533dcf33134ed (patch)
tree6a4466ac3aa1a7e982badf90b275cc4459ef26b6
parent5fa159c583ecac7d31625f58273c694118419cf0 (diff)
parent022e6ac56830389509d28f34f7822655f7e1d8b8 (diff)
Merge pull request #32130 from resouer/patch-2
Automatic merge from submit-queue Wrong cron job date in scheduledjob.md It seems we wrote a wrong date? `"0 14 21 7 *"` is July 21.
-rw-r--r--scheduledjob.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduledjob.md b/scheduledjob.md
index d38a8804..68be769d 100644
--- a/scheduledjob.md
+++ b/scheduledjob.md
@@ -207,7 +207,7 @@ In the above example:
* `--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
- 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`.
## Fields Added to Job Template