krontab icon indicating copy to clipboard operation
krontab copied to clipboard

⏰ A crontab like editor for Kubernetes cron jobs

Results 12 krontab issues
Sort by recently updated
recently updated
newest added

There are some caveats which need addressing around the `krontab run job --command ` usage. Currently if you try and pipe output or use logical operators to string multiple commands...

bug
help wanted

We should validate templates to ensure they can be used. This would avoid problems like #29.

bug
help wanted

Should be able to run `krontab get logs ` to retrieve job logs.

enhancement
help wanted

To enable cleaning up running jobs.

enhancement
help wanted

A nice feature would be for template creation to read from stdin. Currently when you run `krontab create template ` a blank template file will be opened in a text...

enhancement
help wanted

Currently job names can collide if two users (separated with the `KRONTAB_OWNER` setting) create a job with the same name. The proposed fix is to append the owner name to...

bug
help wanted

One of the goals of `krontab` is to replace `crontab` for systems which live on a Kubernetes cluster (e.g [pangeo](http://pangeo.io/)/[z2jh](https://zero-to-jupyterhub.readthedocs.io/en/latest/)). Therefore ideally I would like it to have a superset...

enhancement
help wanted

Currently the namespace is automatically picked up from the config or service account. We should add a `--namespace/-n` flag to allow it to be overridden from the command line.

enhancement
help wanted

We could make it possible to override images in the crontab too. Currently if you want to use a different image you need to create a new template. However the...

enhancement
question

Binaries seem to be around 30MB. There must be some ways to reduce this because it is not a complex application.

enhancement
help wanted