A collection of community maintained NRI plugins
Go to file
Markus Lehtonen 968389540d
Merge pull request #548 from containers/dependabot/go_modules/golang.org/x/oauth2-0.27.0
build(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.27.0
2025-07-21 09:55:12 +03:00
.github .github: allow building and publishing test images and charts. 2025-06-09 20:18:01 +03:00
cmd topology-aware: add pick-resources-by-hints annotation. 2025-07-02 09:56:46 +03:00
config/crd/bases config,crds: add RDT class configuration. 2025-06-19 23:00:08 +03:00
deployment helm: set defaults for agent config in values. 2025-07-02 09:56:45 +03:00
docs docs: document hint-based picking of resources. 2025-07-02 10:53:32 +03:00
pkg podresapi: allow checking hint type. 2025-07-02 09:56:45 +03:00
sample-configs memory-policy: Dockerfile and a sample config for the plugin image 2025-06-16 17:14:18 +03:00
scripts Drop tools.go in favor of native tool directive support in go 1.24 2025-06-11 14:29:10 +03:00
test e2e: test composite balloons 2025-06-17 11:04:06 +03:00
.codespellignorelines .codespell*,.github: add codespell config, workflow. 2024-10-01 16:22:56 +03:00
.codespellignorewords .codespell*,.github: add codespell config, workflow. 2024-10-01 16:22:56 +03:00
.codespellrc codespell: ignore more files. 2024-10-02 15:43:06 +03:00
.dockerignore e2e: Add VM directories to .dockerignore file 2023-01-30 18:40:35 +02:00
.gitignore operator: introduce nri-plugins operator 2023-12-21 16:38:02 +02:00
CODE-OF-CONDUCT.md docs: Updating the text for the NRI resource policy plugin 2023-06-12 12:31:17 +03:00
LICENSE Initial commit. 2022-12-22 10:32:23 +02:00
Makefile memory-policy: Dockerfile and a sample config for the plugin image 2025-06-16 17:14:18 +03:00
README.md docs: update the main readme with the list of available plugins 2023-10-24 21:35:41 +03:00
SECURITY.md docs: Updating the text for the NRI resource policy plugin 2023-06-12 12:31:17 +03:00
TODO.md test: nuke unused self-hosted-runner. 2025-03-16 12:09:45 +02:00
Tiltfile tilt: enable metrics exporting by default for local dev 2024-11-18 13:41:09 +02:00
go.mod build(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.27.0 2025-07-18 18:13:48 +00:00
go.sum build(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.27.0 2025-07-18 18:13:48 +00:00

README.md

NRI Plugins

This repository contains a collection of community maintained NRI plugins.

Currently following plugins are available:

Name Type
Topology Aware resource policy
Balloons resource policy
Memtierd memory management
Memory-qos memory management
SGX-EPC memory management

See the NRI plugins documentation for more information.