You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: scope RuntimeDefault seccomp profile to node-24+ run pods
Only node-24+ runtimes create io_uring file descriptors (libuv >= ~1.52)
that block CRIU checkpointing; node/node-22/bun do not. Apply the
RuntimeDefault seccomp profile only to those cold pods instead of all run
pods, so existing runtimes keep their current syscall surface.
Plumbs the canonical runtime identifier through the dequeue message
(backgroundWorker.runtime) to the Kubernetes workload manager.
0 commit comments