How can I trigger a Kubernetes Scheduled Job manually?

前端 未结 7 508
抹茶落季
抹茶落季 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:21

    There is an option to trigger the cron job manually whithin this tab in k8s dashboard

    See image

    0 讨论(0)
提交回复
热议问题