Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appuio/example-cron-traditional
https://github.com/appuio/example-cron-traditional
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/appuio/example-cron-traditional
- Owner: appuio
- License: apache-2.0
- Created: 2016-04-28T12:03:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:36:29.000Z (about 1 year ago)
- Last Synced: 2023-12-15T18:47:56.739Z (about 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenShift V3 Cron Job Example traditional
This Example shows a possibility to easily use traditional cron jobs as Pod on OpenShift V3
The cronjobs defined in etc/crontab will be executed in the given Pod
## How To use
```
$ oc new-app https://github.com/appuio/example-cron-traditional.git --strategy=docker
```# Bestpractice Cron Jobs on OpenShift
Cronjobs should be triggered from the platform itself as run once Containers. At the moment this functionality is not yet included, but will come with Kuberenetes Version V1.3 (https://github.com/kubernetes/kubernetes/pull/11980)