--containerd-address <string> | Socket address for containerd profiles or raw containerd provider config. |
--containerd-kata-config-path <string> | Kata runtime configuration path for Kata profiles or raw Kata provider config. |
--containerd-kata-vmm-backend <string> | Expected Kata VMM backend for raw Kata provider config or advanced profile overrides: qemu or firecracker. |
--containerd-namespace <string> | The containerd namespace for containerd profiles or raw containerd provider config. |
--containerd-runtime-type <string> | The containerd runtime type for raw provider config; cannot be combined with —runtime-profile. |
--limit-cpu <string> | Maximum CPU this node may contribute, such as 1, 2, or 500m. |
--limit-disk <string> | Maximum ephemeral disk this node may contribute, such as 10Gi, 100Gi, or 500Gi. |
--limit-gpu <string> | Maximum GPU capacity this node may contribute, such as 1, nvidia:1, or h100:2. |
--limit-memory <string> | Maximum memory this node may contribute, such as 256Mi, 1Gi, or 8Gi. |
--microvm-ack-none | Acknowledge that the microvm none-network containment proof passed on this host. |
--microvm-ack-restricted-egress | Acknowledge that the microvm restricted-egress containment proof passed on this host. |
--microvm-artifact-version <string> | Pinned guest artifact version for the microvm profile (required). |
--microvm-containerd-address <string> | Containerd socket used by the microvm provider for image operations; defaults to /run/containerd/containerd.sock. |
--microvm-containerd-namespace <string> | Containerd namespace used by the microvm provider for image operations; defaults to idyld. |
-o <string>, --output <string> | Output format: table, json, or yaml. Default: table. |
--runtime-profile <string> | Named local runtime preset that selects the provider, runtime type, and explicit backend when applicable: docker, containerd-runc, containerd-kata-qemu, containerd-kata-firecracker, or microvm. |
--runtime-provider <string> | Raw local runtime provider when not using —runtime-profile: docker or containerd. Default: docker. |
--workload-session-proxy-path <string> | Absolute path to the workload session proxy binary (idyl-workload-session-proxy); defaults to the binary installed alongside idyld. Pass an empty value to clear an override. |