From b0e1d2369c6f6709bf58fbd43585614bad02d0b1 Mon Sep 17 00:00:00 2001 From: harry zhang Date: Tue, 6 Sep 2016 22:07:56 +0800 Subject: [PATCH] Wrong cron job date in scheduledjob.md It seems we wrote a wrong date? `"0 14 21 7 *"` is July 21. --- docs/proposals/scheduledjob.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposals/scheduledjob.md b/docs/proposals/scheduledjob.md index d38a8804c9..68be769dae 100644 --- a/docs/proposals/scheduledjob.md +++ b/docs/proposals/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