Krisztian Litkey
Krisztian Litkey
## Background This PR is one in a set of 3 related PRs which aim to extend NRI beyond its current v1 capabilities. The primary goal of the proposed extension...
This PR is one in a set of 3 PRs, that propose and implement a prototype to extend the scope of NRI to enable common, pluggable runtime extensions. The other...
Allow optional unix socket qualifier for runtime, image and relay socket paths (by stripping any `unix://`-prefix).
Make the image socket default to the current value of the runtime socket instead of the default value of the runtime socket. With this in place, changing only the value...
Switch to talking CRI v1 to the CRI runtime/server. Bridge any pre-v1 (only CRI v1alpha2) client requests, unless this is explicitly disabled on the command line.
This PR improves startup-time resource discovery of running containers. It does this primarily by sending each discovered container a `ContainerStatus` request with the `Verbose` flag set, digging out the bits...
**Describe the bug** cri-resmgr fails to properly adjust resources in container creation/update requests, if the node is using cgroup v2. **Expected behavior** cri-resmgr autodetects if cgroup v2 is in use...
Allow installing cri-o on ubuntu from repos as described in the official cri-o docs.
Basically everybody gets confused by the (gRPC-)error messages one gets when running with the default setup but without an agent, usually concluding that something is fatally wrong and the setup...
**Describe the bug** On openSUSE on amazon instances the package hub repository is not enabled by default. This prevents the scripts from successfully bootstrapping a working cluster. Also, after manually...