Wainer Moschetta
Wainer Moschetta
I've noticed intermittent failures on run-runk job, often you run a 2nd time and the test pass. It is in the `test ps command` that sometimes return 2 instead of...
The "Test runtimeclasses are being properly created and container runtime not broken" from [kata-deploy's test suite](https://github.com/kata-containers/kata-containers/blob/main/tests/functional/kata-deploy/kata-deploy.bats) has failed intermittently. In https://github.com/kata-containers/kata-containers/actions/runs/7706737828/job/21003240668?pr=8585 and https://github.com/kata-containers/kata-containers/actions/runs/7715507548/job/21032744744?pr=8654 , unrelated to kata-deploy changes, failed the...
**Which feature do you think can be improved?** The K8sResource trait define methods (e.g. `get_annotations()`) that are implemented by all the implementers. If one need to change a given method...
Let's print debug information on the SEV/SNP tests as currently we are left clueless about some fails. Fixes https://github.com/kata-containers/tests/issues/5708
**Which feature do you think can be improved?** The SEV and SNP integration tests. **How can it be improved?** Currently when a test fail we are left clueless because there...
**Which feature do you think can be improved?** The confidential runtime classes (qemu-coco-dev, qemu-snp, qemu-tdx, qemu-sev) are all configured with `shared_fs=virtio-9p` which actually represents a confidentiality flaw due the lack...
At the time we created the [confidential_kbs.sh](https://github.com/kata-containers/kata-containers/blob/main/tests/integration/kubernetes/confidential_kbs.sh) library to deploy KBS on our CI jobs, we had to provide our own nodeport service deployment (used with k3s and kubeadm installed...
**Which feature do you think can be improved?** The confidential runtime classes (qemu-coco-dev, qemu-snp, qemu-tdx, qemu-sev) are all configured with `shared_fs=virtio-9p` which is actually represents a security flaw due the...
This introduces a handler for PULL_TYPE variable to allow configuring CRI-O for guest-pull image pulling. kata-deploy is going to append `runtime_pull_image = true` to each kata runtimeClass configuration created at...
Currently the `kata-qemu-coco-dev` configuration run one and only one guest-pull pull type test, which is the [k8s-guest-pull-image.bats](https://github.com/kata-containers/kata-containers/blob/main/tests/integration/kubernetes/k8s-guest-pull-image.bats). This PR is for enabling the runtime handler annotation (`io.containerd.cri.runtime-handler`) on all deployments...