Chengyu Zhu
Chengyu Zhu
On proxy driver, we found an issue that if we use other snapshotter (like overlayfs) to pull an image and then switching to nydus to pull the same image, we...
Revert code logic in 462051b067a2c702bbd551ba45f05c54c8103c1f Let me explain why: In our previous approach, we implemented guest pull by passing PullImageRequest to the guest. However, this method resulted in the loss...
Support to build go proto code without declaring go_package option in proto file.
pin docker image version to release version.
The docker image for the snapshotter is currently set to `ghcr.io/containerd/nydus-snapshotter:latest` in daemonset file. To enhance clarity for users, it is recommended to pin the image to the release version.
Refine device management for kata-agent by: - move common data constants and functions to kata-types - introduce a manager for device handlers.
Which feature do you think can be improved? Enhance device subsystem of kata-agent, so it can support more usage cases and improve code clarity. How can it be improved? Use...
**Which feature do you think can be improved?** Trusted image storage. **How can it be improved?** - [x] Install luks-encrypt-storage by guest-components. - [x] Improve the error message with CreateContainer...
# Description of problem I can't use `exec_host $node "losetup -fP $loop_file" to create a loop device for testing. Error log in CI: - https://github.com/kata-containers/kata-containers/actions/runs/10267144487/job/28408713802?pr=9999#:~:text=not%20ok%203,1490 - https://github.com/kata-containers/kata-containers/actions/runs/10267144487/job/28408715000?pr=9999#:~:text=not%20ok%203,1480 I have reproduced...
# Description of problem image-rs/confidential-data-hub cannot get confidential resources, such as image description keys, authenticated credentials from remove trusted service, which causing the failures of the tests `k8s-guest-pull-image-encrypted.bats`, `k8s-guest-pull-image-authenticated.bats` and...