Fupan Li
Fupan Li
…uset copy_parent_if_needed makes sure that the parent directory of current is created and populated with the proper cpus and mems files copied from it's parent. Signed-off-by: fupan.lfp
When run a exec process in backgroud without tty, the exec will hang and didn't terminated. For example: crictl -i sh -c 'nohup tail -f /dev/null &' Fixes: #4747 Signed-off-by:...
crictl -i sh -c 'nohup tail -f /dev/null &' this command would hang there.
When an exec forked some daemon process which would inherit its stdio fds, thus when the exec main process exited, its io stream wouldn't terminated, even at this case, we...
Since the stage of deploy containerd would deploy and config cni automatically, and there's no need to setup it separately, thus it's better to cleanup those steps.
When an exec forked some daemon process which would inherit its stdio fds, thus when the exec main process exited, its io stream wouldn't terminated, even at this case, we...
## This is used to track the features that must be supported. Only when these features are supported, runtime-rs can be switched to the default runtime. | **Features** | **Detail**...
**Which feature do you think can be improved?** We need to support the GPU + CDI with runtime-rs, thus kata containers can support GPU ecosystem with k8s using device-plugin +...