A collection of community maintained NRI plugins
Go to file
Antti Kervinen 0880f51027 e2e: test composite balloons
Signed-off-by: Antti Kervinen <antti.kervinen@intel.com>
2025-06-17 11:04:06 +03:00
.github .github: allow building and publishing test images and charts. 2025-06-09 20:18:01 +03:00
cmd balloons: implement composite balloons 2025-06-17 11:04:06 +03:00
config/crd/bases balloons: add "components" to the config for composite balloons 2025-06-17 11:04:06 +03:00
deployment balloons: add "components" to the config for composite balloons 2025-06-17 11:04:06 +03:00
docs doc: document composite balloons 2025-06-17 11:04:06 +03:00
pkg balloons: implement composite balloons 2025-06-17 11:04:06 +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 memory-policy: NRI plugin for setting memory policy 2025-06-16 17:14:18 +03:00
go.sum memory-policy: NRI plugin for setting memory policy 2025-06-16 17:14:18 +03: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.