Given a directory with an image build via kub_push_task(), this function assigns all jobs in the /jobs folder and runs them on the associated Kubernetes cluster with the `.

kub_run_task(path, cluster_name = NULL)

Arguments

path

Path to task directory (if missing, defaults to the most recently created task)

cluster_name

Name of the cluster where to run the jobs (if NULL, the default, the name of the cluster set by kub_create_task())

Value

The path to the kuber directory

References

https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#create