Skip to content
/ cron Public

♻️ Schedules Kubernetes Jobs to be run at regular intervals (until ScheduledJob lands in Kube 1.4)

License

Notifications You must be signed in to change notification settings

dsys/cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cron

Schedules Kubernetes jobs to be run at regular intervals (until ScheduledJobs lands in Kube 1.4)

Usage

$ docker run pavlov/cron \
    -e CRON_INTERVAL="10 0 * * *"
    -v my-kube-jobs:/cron/jobs:ro

Development

$ make build
$ make push

License

This Docker image is released under the BSD 3-Clause license.

About

♻️ Schedules Kubernetes Jobs to be run at regular intervals (until ScheduledJob lands in Kube 1.4)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published