Skip to contents

Submit a job profile for execution on a Kubernetes cluster

Usage

submit_k8s_yaml(yaml_full_path)

Arguments

yaml_full_path

Path to YAML config file

Value

A string containing Job ID

Examples

if (FALSE) { # \dontrun{
job_id <- submit_k8s_yaml("/tmp/my_job.yaml")
} # }