- Non-interruptible (no label, default): CKS will not proceed with Node maintenance or scale-down while these Pods are running. Use for critical training jobs and single-instance stateful apps.
- Interruptible (
qos.coreweave.cloud/interruptable: "true"): CKS terminates the Pod immediately when a Node action begins, without waiting forterminationGracePeriodSeconds. Use for stateless workloads that can be restarted without data loss. - Gracefully interruptible (
qos.coreweave.com/graceful-interruptible: "true"): CKS blocks the Node action until the Pod terminates or itsterminationGracePeriodSecondsexpires. Use for stateful workloads that can shut down cleanly.
Nodes