Harshal Patil
Harshal Patil
**Description** Master branch of crio is very flaky with node e2e tests. While the commit `4d14fd61d2d533a0bb81557b54d3505be830efa7` and earlier are relatively stable provided the host is using runc v1.0.1 **Steps to...
Hi, We love `runv` for the level of isolation it offers for the critical workloads. Being able to use the docker workflow and combining it with qemu for increased isolation...
@laijs is working on it (runv plus block), but I am just creating an issue here so that we can track it better.
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This is an implemention of the [Evented PLEG enhancement](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3386-kubelet-evented-pleg/README.md). #### Which...
I replaced the `runc` binary with `youki` to run kubernetes node e2e tests using `youki`. The delete container seems be returning invalid data. ``` I0223 05:59:31.852925 40220 kubelet.go:2138] "SyncLoop (housekeeping)...
The multi-arch image for docker registry, https://hub.docker.com/_/registry, doesn't have the reference to `ppc64le` image. We will like to add the support for `ppc64le` architecture as well for this image.
### Enhancement Description - One-line enhancement description (can be used as a release note): Kubelet Evented PLEG for Better Performance - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3386-kubelet-evented-pleg/README.md - Discussion Link: https://kubernetes.slack.com/archives/C03HA69L6R1 ,https://github.com/kubernetes/kubernetes/pull/110165...
Add the image pull capability using https://github.com/hyperium/hyper/ client.
Hi, This is related to PR, https://github.com/hyperhq/runv/pull/626. This PR adds support for running hyperstart without having access to 9p filesystem passed via `runv`. Instead of relying on 9p filesystem, it...
Signed-off-by: Harshal Patil #### What type of PR is this? /kind feature #### What this PR does / why we need it: Instead of relying on relisting, PLEG can leverage...