Julien Ropé
Julien Ropé
### What happened? When running the tests for the kata runtime, all tests using the `create_runtime_with_allowed_annotation` function from helpers.bats are failing. This function creates a crio.conf file with a specific...
We have a CI job running on cri-o repository, testing the cri-o PRs against kata's main branch (http://jenkins.katacontainers.io/job/kata-containers-2-crio-PR/). This job is running scripts hosted in this (kata-containers/tests) repository. This job...
#### What type of PR is this? /kind ci #### What this PR does / why we need it: Config tests are meant to verify the configuration code, by exercising...
Following discussion on #5738 - I think the `kata_shim_netdev` metrics is unneeded. It is not only using too much memory (causing Prometheus pods to be OOM-killed in some installations), but...
cri-o has started to use go 1.20 some times ago. For this job, running from the cri-o repository, we need to use the same version. NOTE: there is no failure...
Updating kubernetes and cri-o to 1.26 leads to an issue when starting kubelet, because of the PodOverhead feature gate. See: https://github.com/kata-containers/kata-containers/pull/5989
#### What type of PR is this? /kind ci #### What this PR does / why we need it: There are a number of integration tests that rely on creating...
#### What type of PR is this? /kind ci #### What this PR does / why we need it: Update the version of kata to test with - using the...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: With https://github.com/cri-o/cri-o/pull/7471 we introduced a way to support Confidential Container's feature...
In order to support Confidential Containers in CRI-O, we have added the ability for cri-o to let the kata runtime pull the container image in the guest VM, ignoring the...