Schemas
Konduktor Launch Task Yamls
Schema and examples for your konduktor launch task.yaml
Konduktor Launch Task Yaml
Schema
Copy
name: <string> # required
envs: # optional
key: value
workdir: <string> # optional
num_nodes: <int> # optional; defaults to 1
resources:
cpus: <float> # required
memory: <float> # required
image_id: <string> # required
accelerators: <string> # optional
labels:
kueue.x-k8s.io/queue-name: <user-queue> # required w Kueue; otherwise optional; e.g. user-queue
maxRunDurationSeconds: <string> # required w Kueue; otherwise optional
job_config:
max_restarts: <int> # optional; defaults to 0
completions: <int> # optional; defaults to num_nodes
file_mounts: # optional
/remote/path: ./local/path
run: | # optional
<shell command(s)>
On this page
Assistant
Responses are generated using AI and may contain mistakes.