kubenav/kubenav

Suspend cronjobs

Closed this issue · 2 comments

Is your feature request related to a problem? Please describe

I have to often stop or resume crons on my dev env. It will be useful to make button for it.

Describe the solution you'd like

A button on cron job view which will automatically suspend or resume cron. No need to stop existing jobs based on cron.

Describe alternatives you've considered

Editing yaml by hand to change suspend param from true to false which is very inefficient

Additional context

Hi @wiktorek140, thanks for your feature request. I think this shouldn't be that difficult to implement, since we are already doing sth. similar in the Flux plugin.

I will have a more detailed look at it in the upcoming days.

Hi, this is implemented by #690 and should be available in the next version.

I will also publish a new beta version by the beginning of next week if you want to try it out earlier.