nri-plugins icon indicating copy to clipboard operation
nri-plugins copied to clipboard

A collection of community maintained NRI plugins

Results 41 nri-plugins issues
Sort by recently updated
recently updated
newest added

Our method of querying github.com/$repo/releases/latest to determine the latest release of containerd, CRI-O or kubernetes is unasafe. The semantics of 'latest' is up to the package maintainer. Since errors happen,...

Fix formatting and missing fields in the operator CRD. Otherwise, currently you can't create a CR to tune operator parameters like `patchConfig` or give the `plugin.index`.

Launch Qemu always with monitor server listening to a unix socket file in the VM directory. Add test script functions vm-monitor, vm-mem-hw, vm-mem-hotplug, and vm-mem-hotremove.

Hi! I'm particularly interested in these two for functionality: - https://github.com/containers/nri-plugins/blob/main/pkg/sysfs/system.go - https://github.com/containers/nri-plugins/blob/main/cmd/plugins/balloons/policy/cputree.go#L243 And I'm wondering if 1) you have examples of using these outside of the context of Kubernetes,...

### Description Under some scenarios the balloon type in the annotation can be only a preference rather than a strict requirement. If a preferred balloon type does not exist, he...

### Description 1. Deploy balloons policy with config that allocates "cpu0" from both packages of a two-socket system to the reserved balloon, and creates four balloons (13-14 CPUs each) on...

Builds debug versions of binaries and images with make DEBUG=1. When a debug version of an NRI resource policy image is running, you can attach debugger to it with `kubectl...

- add workflow to check and reject PRs that introduce trailing WS errors (or conflict markers) - add in-repo .githooks with a hook to check trailing whitespace and conflict marker...

The NRI pod needs to access the /dev/isst_interface device in the privileged mode.

I'm trying to run topology-aware nri-plugin, and using the off-the-shelf configurations from this git. However, I found the following warnings in the topology-aware plugin log: ``` W0907 08:41:06.438974 1 resources.go:567]...