mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
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.
This commit is contained in:
commit
4b7f0c8388
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user