如 kubectl exec <pod-id> -- bash -c "nohup sleep 10 &" 命令,在 Runtime 是 docker 的节点上会在两秒左右结束;而在 containerd 的节点上需要等到 sleep 进程退出后才能结束。