--backoff-limit <uint64> | Number of retries before marking Job as failed Default: 6. |
--completions <uint64> | Number of successful completions for a Job Default: 0. |
--cpu <string> | CPU limit (e.g., 500m, 1; default from config) |
-e <stringArray>, --env <stringArray> | Environment variable (KEY=VALUE, repeatable) |
--gpu <string> | GPU requirement (e.g., rtx5090, 2:h100, nvidia:24Gi) |
--isolation-class <string> | Workload isolation class (container or microvm); must be allowed by the target subnet |
--memory <string> | Memory limit (e.g., 256Mi, 1Gi; default from config) |
--name <string> | Required. Name for the resource |
-n <string>, --namespace <string> | Namespace name (overrides context) |
--network-class <string> | Workload network class (none, restricted-egress, unrestricted) |
--parallelism <uint64> | Maximum parallel pods for a Job Default: 0. |
--platform <string> | Target workload platform (linux/amd64 or linux/arm64) |
--replicas <uint64> | Number of replicas for Deployment Default: 1. |
--restart <string> | Restart policy (always, on_failure, never) Default: always. |
--subnet <string> | Subnet for workload placement |