nri-plugins
nri-plugins copied to clipboard
A collection of community maintained NRI plugins
It's not possible to use v0.1.0 tag for `pkg/topology`: ``` If a module is defined in a subdirectory within the repository, that is, the module subdirectory portion of the module...
Hi, all. Based on my testing about the sst feature in the topology-aware policy. I found that there some problems in the NRI pod. **The NRI pod can't find the...
Test that a running container gets reassigned into new CPUs when the CPUs where it used to run are not included in AvailableResources anymore. Tests issue #92.
Assume that a container runs on CPUs of NUMA node 0. An admin wants to reorganize server resources so that containers will not use CPUs on NUMA/die/socket 0 anymore by...
At a quick look to the codebase (while writing #72) it appeared that the `-host-root` flag of the resource policies are not applied correctly in all places, causing unintended behavior....
Copied here the extra work items from #6 * `docs/resource-policy/setup.md`: move node-agent/dynamic configuration document to better document * `docs/resource-policy/setup.md`: move installation instructions etc. related items to installation.md file * `docs/resource-policy/setup.md`:...
...with a bunch of linter errors (`golangci-lint has version v1.50.1`)
Introduce a new parameters like `preferPCores` and `preferECores` in Balloons policy for allowing users to express their preference of selecting P-cores or E-cores or both for their Balloons. There is...
This PR adds a plugin for CDI injection. The values of defined pod annotations are interpreted as a comma-separated list of CDI devices. The local CDI cache is read and...
Introduce a new parameter (`preferCpus`) in Balloons policy for giving preferred CPU sets on each balloon type. When combining `preferIsolCpus` with `preferCpus`, priority will be given to isolated CPUs over...