Update jobs.md with link to scheduled jobs

Removed future work because we're living in the future 🚀
reviewable/pr1508/r3^2
Justin Garrison 2016-10-14 13:17:45 -07:00 committed by Steve Perry
parent 3b6bb3f8ea
commit 2f7dcedbbb
1 changed files with 2 additions and 2 deletions

View File

@ -374,6 +374,6 @@ driver, and then cleans up.
An advantage of this approach is that the overall process gets the completion guarantee of a Job
object, but complete control over what pods are created and how work is assigned to them.
## Future work
## Scheduled Jobs
Support for creating Jobs at specified times/dates (i.e. cron) is expected in [1.4](https://github.com/kubernetes/kubernetes/pull/11980).
Support for creating Jobs at specified times/dates (i.e. cron) is available in Kubernetes [1.4](https://github.com/kubernetes/kubernetes/pull/11980). More information is available in the [scheduled job documents](http://kubernetes.io/docs/user-guide/scheduled-jobs/)