This kubectl plugin allows ML researchers to run templated Jobs with different values for the application-specific parameters, without the need to edit and submit entire YAML files. The tool comes with built-in support for running slurm scripts inside a Kubernetes cluster.
Use the following syntax to run kubectl kjob
commands from your terminal window:
kubectl kjob [OPERATION] [TYPE] [NAME] [flags]
or with shorter syntax kjobctl
:
kjobctl [OPERATION] [TYPE] [NAME] [flags]
You can go to the commands or run kubectl kjob help
in the terminal to get the full list of commands, along with all possible flags.
- installation - Installation guide for the
kubectl-kjob
plugin,kjobctl
. - commands - Full list of commands, along with all possible flags.