kubernetes / dashboard

General-purpose web UI for Kubernetes clusters
Apache License 2.0
14.46k stars 4.17k forks source link

Button for suspend/resume cronjob on detail page #2836

Open dzoeteman opened 6 years ago

dzoeteman commented 6 years ago
Environment
Dashboard version: master
Kubernetes version: 1.8.5

It would be nice to have an easy "suspend" and "resume" button on the cronjob detail page, to easily suspend cronjobs. Right now you need to actually edit the json.

This is useful when running in production and you want to stop cronjobs for reasons like debugging etc.

vaibhavsingh97 commented 6 years ago

@floreks Can I take this issue? Any resources to fix this issue would be a great help

floreks commented 6 years ago

We are migrating frontend to angular 5, so we'd have to rewrite it anyway. I'd recommend you to wait until we finish and start with beta tests. You can then work on it with new angular.

rahulb3521 commented 5 years ago

Hi @floreks I would also like to contribute to this ticket let me know once the migration is done. I can collaborate with @vaibhavsingh97 and work together on this. I have a strong grip on angular/react/vue and other UI frameworks.

maciaszczykm commented 5 years ago

@rahulb3521 It is done already. Check master.

yinyangsx commented 3 years ago

Hi, this function is needed for me, whether this function has been implemented?

floreks commented 3 years ago

There is only a trigger option to create a job based on the cron job. There is no start/stop option.

Akash3121 commented 1 year ago

Hi @maciaszczykm, Is this issue fixed?

maciaszczykm commented 1 year ago

@Akash3121 No, it is not done yet. In my previous comment I was referring to migration to the new Angular.

mtbuzato commented 1 year ago

Hi, I would like to work on this if if not resolved yet @maciaszczykm

maciaszczykm commented 1 year ago

/assign @mtbuzato

sswastik02 commented 5 months ago

Hi @maciaszczykm , I see this issue is not yet resolved. If it is still valid, I would like to work on it.