Jerry Ji
Jerry Ji
The runtime now handled guest_hook_path in toml config file, when sandbox starts and stops. Fixes: #4818 Signed-off-by: Ji-Xinyou
Fixes: #4742 , Currently, default vcpu and memory can only be annotated by kata annotation. We need to add static resource management support for two scenarios: PodSandbox and single container,...
vm factory, direct volume and debug console etc. needs cli support, we need to add that in rust runtime
Linux 5.14 supports core scheduling to have better security control for SMT siblings. This PR supports that for Rust runtime when containerd enables SCHED_SCORE in its configuration. Fixes: #4429 Signed-off-by:...
VM factory multiplexes the VM creation into multiple ways, including direct, cache and template. runtime-rs should support this as well. We can start with defining interfaces and implementing direct VM...
The guest_hook_path variable from toml configuration setups the prestart, poststart and poststop hooks for agent, which are executed across the sandbox's lifetime.
Currently, default vcpu and memory can only be annotated by kata annotation. We need to add static resource management support for two scenarios: PodSandbox and single container, the annotations respectively...
1. Modify kata-runtime to support runtime-rs's sandbox storage path 2. Let /agent-url request returns with default server port (1024)
Read debug console configuration in kernel params. The debug console is opened when the configuration is set, and to be consistent with kata 2.x, the port is default to be...
Use RwLock for Agent in runtime, for better concurrency. Fixes: #5199 Signed-off-by: Ji-Xinyou