https://github.com/dsys/cron
:recycle: Schedules Kubernetes Jobs to be run at regular intervals (until ScheduledJob lands in Kube 1.4)
https://github.com/dsys/cron
Last synced: 4 months ago
JSON representation
:recycle: Schedules Kubernetes Jobs to be run at regular intervals (until ScheduledJob lands in Kube 1.4)
- Host: GitHub
- URL: https://github.com/dsys/cron
- Owner: dsys
- License: bsd-3-clause
- Created: 2016-09-21T06:44:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T07:50:26.000Z (over 9 years ago)
- Last Synced: 2025-08-16T11:48:46.329Z (10 months ago)
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/usepavlov/cron/blob/master/LICENSE).