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

Split out kubernetes client and watch setup code to make it more generally available to other types of plugins than just resource management ones (and also for those, only indirectly...

This patch series - implements a policy-agnostic library for memory allocation/accounting - replaces existing memory accounting in the `topology-aware` policy with libmem - plugs in libmem-based memory accounting and allocation...

## Release Process - [x] Create and push new release branch - Local release preparations (on the release branch) - [x] Run e2e tests - [x] Sync/tidy up dependencies. -...

### Bug Description hello , not sure what im doing wrong but i have [root@bada-bing-workerbm-0 cbis-admin]# runc -v runc version 1.1.12 commit: v1.1.12-0-g51d5e94 spec: 1.0.2-dev go: go1.21.9 libseccomp: 2.5.2 and...

Avoid enforcing the frequency scaling governor if the user hasn't explicitly requested it. Previously, we attempted to set it regardless, leading to unnecessary error logs. Furthermore, fix formatting issue when...

## Release Process - [x] Create and push new release branch - Local release preparations (on the release branch) - [x] Run e2e tests - [x] Sync/tidy up dependencies. -...

According to the [implementation](https://github.com/containers/nri-plugins/blob/da9e0cdc7072e7b4dc353a2d00eceeff3953e6e5/cmd/plugins/topology-aware/policy/node.go#L254) of the `node.Parent()` method, [this check](https://github.com/containers/nri-plugins/blob/da9e0cdc7072e7b4dc353a2d00eceeff3953e6e5/cmd/plugins/topology-aware/policy/pools.go#L1155) (`!n.IsNil()`) could cause segmentation fault, because `node.Parent()` could return `nil`.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...

dependencies
go

This PR adds rudimentary RDT support to balloons. Assuming that resctrl file system is mounted and a Class of Service (COS) defined, processes in containers whose balloon has matching `rdtClass`,...

### Description Adding multi-architecture support, particularly for Arm64, would be highly beneficial to the nri-plugins project. This enhancement would expand the project's usability, making it accessible to a broader audience,...