You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we want to kick off a CronJob and it takes some effort to conjure up the correct kubectl command. For example, to trigger this CronJob in Staging, we have to run:
Sometimes we want to kick off a CronJob and it takes some effort to conjure up the correct
kubectl
command. For example, to trigger this CronJob in Staging, we have to run:That takes some doing to get right.
I would like Hokusai to provide an easily recallable command to do the same thing, such as:
To get this command right, a user has to do the following two things which should be easy.
hokusai staging status
which lists the CronJobs defined.hokusai staging run job <CronJob>
The text was updated successfully, but these errors were encountered: