--args <string> | Override container CMD arguments (split as shell-style words) |
--command <string> | Override container ENTRYPOINT (split as shell-style words) |
--cpu <string> | CPU limit (e.g., 100m, 0.5; default from config) |
-e <stringArray>, --env <stringArray> | Environment variable (KEY=VALUE, repeatable) |
--gpu <string> | GPU requirement (e.g., rtx5090, 2:h100, nvidia:24Gi) |
-i, --interactive | Keep STDIN open (not supported) |
--isolation-class <string> | Workload isolation class (container or microvm); must be allowed by the target subnet |
--memory <string> | Memory limit (e.g., 128Mi, 512Mi; default from config) |
--name <string> | Name for the pod (auto-generated if not provided) |
-n <string>, --namespace <string> | Namespace name (overrides context) |
--network-class <string> | Workload network class (none, restricted-egress, unrestricted) |
--platform <string> | Target workload platform (linux/amd64 or linux/arm64) |
--subnet <string> | Subnet for workload placement |
-t, --tty | Allocate a pseudo-TTY (not supported) |