Helm-Based Task Creation
Helm-Based Task Creation
A Helm task deploys a Helm chart onto a GPU instance for the duration of the job. Use this approach when your workload requires multiple coordinated containers or a more complex Kubernetes resource configuration than a single container image allows.
Creating a Helm task
Example JSON configuration
Helm validation policy
The helmValidationPolicy field controls which Kubernetes resource types the
chart is permitted to create. It is nested inside gpuSpecification.
To permit additional resource types beyond the default set, supply them in
extraKubernetesTypes:
Differences from container tasks
Runtime limits, secrets, result handling, and monitoring work the same way as container tasks. Note: result upload is not yet supported in this release. See Container-Based Task Creation for details on those fields.