YushuoEdge
YushuoEdge
The code for "nydus-image inspect" are refactored using standard API in RAFS. Signed-off-by: YushuoEdge
Currently, Kata 2.x has supported cpuset in pod level. For example(we assume default_vcpus=1):  From the above example, we can see that, vcpus will be hotpluged in cpuset mode...
**Before raising this question** Have you looked at our [document](https://github.com/kata-containers/kata-containers/tree/main/docs) and still haven't found the answer? Yes #### Why I ask the question? I am adding the cpuset support to...
Currently, "k8s-footloose.bats" does not appear in K8S_TEST_UNION in run_kubernetes_tests.sh. So we may not run this ci automatically.
I want to login the console of the VM started by dragonball by socat, but I can not get any output. "`console=ttyS0`" has been added in `kernel_parms`. The command is...
Currently, the container resource deletion is incomplete in runtime-rs, including the following issues: - No resource deletion in delete_process, which means if a container is created but never started, the...