No description
  • Go 76.2%
  • Shell 17.2%
  • Python 3.7%
  • Makefile 1.5%
  • Dockerfile 0.9%
  • Other 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Markus Lehtonen c6c406d2d1
Merge pull request #714 from askervin/5i1-balloons-ext-cleanup
balloons/agent: fix/rewrite/simplify extended resource handling
2026-07-14 16:56:59 +03:00
.github Add trivy and codeql workflows 2026-06-25 15:13:16 +03:00
cmd balloons: fix extended resources reconciliation 2026-07-13 09:18:25 +03:00
config/crd/bases balloons: add cpuClasses, turboDomain and PCT options to config 2026-06-26 16:37:28 +03:00
deployment helm: grant balloons access to node extended resources 2026-06-26 16:37:28 +03:00
docs doc: update PCT examples on changed extended resource behavior 2026-07-13 09:18:25 +03:00
pkg balloons: fix extended resources reconciliation 2026-07-13 09:18:25 +03:00
sample-configs resctrl-mon: add NRI plugin for per-pod resctrl monitoring groups 2026-06-03 13:21:52 -07:00
scripts all: use log.{Debug,Info,Warn,Error}f consistently everywhere. 2026-04-20 13:51:57 +03:00
test Merge pull request #714 from askervin/5i1-balloons-ext-cleanup 2026-07-14 16:56:59 +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 build: build/ directory must not be copied to docker build env 2026-06-18 13:39:46 +03: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
go.mod go.mod,go.sum: bump goresctrl to v0.13.0 for PCT support 2026-06-25 18:36:26 +03:00
go.sum go.mod,go.sum: bump goresctrl to v0.13.0 for PCT support 2026-06-25 18:36:26 +03:00
LICENSE Initial commit. 2022-12-22 10:32:23 +02:00
Makefile Makefile: fix/run subpackage tests. 2026-06-24 16:21:21 +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
Tiltfile tilt: enable metrics exporting by default for local dev 2024-11-18 13:41:09 +02:00
TODO.md test: nuke unused self-hosted-runner. 2025-03-16 12:09:45 +02:00

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.