kubecron
kubecron copied to clipboard
Utilities to manage kubernetes cronjobs. Run a CronJob manually for test purposes. Suspend/unsuspend a CronJob
First of all, thanks for your time and for open-sourcing this tool. It is nice to have something handy like that which ease daily usage of Kube resources. From a...
Just a hint/question: Shouldn't it be called *resume* jobs instead of *unsupend* jobs?
Sometimes there is the need to invoke a cronjob with kubecron but maybe with a slighty different command and arguments for the container. Adding this feature would greatly improve the...
First of all thanks for building this great tool. I use it all the time. I recently ran into an issue after upgrading my kube cluster to 1.25. As you...