How can I trigger a Kubernetes Scheduled Job manually?

前端 未结 7 514
抹茶落季
抹茶落季 2020-12-07 13:43

I\'ve created a Kubernetes Scheduled Job, which runs twice a day according to its schedule. However, I would like to trigger it manually for testing purposes. How can I do t

7条回答
  •  攒了一身酷
    2020-12-07 14:04

    I've created a small cmd utility for convenience to do just that and also suspend and unsuspend cronjobs.

    https://github.com/iJanki/kubecron

提交回复
热议问题