nri/plugins/template
Markus Lehtonen 43e98eee13 Add minimal documentation for plugin images
Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com>
2025-08-15 10:01:51 +03:00
..
README.md Add minimal documentation for plugin images 2025-08-15 10:01:51 +03:00
go.mod Bump dependencies 2025-08-13 11:31:27 +03:00
go.sum Bump dependencies 2025-08-13 11:31:27 +03:00
plugin.go plugins: consistent exit behavior on ttrpc close 2025-08-12 11:58:59 +03:00

README.md

Template NRI plugin

This is a minimal example plugin that demonstrates how to interact with container lifecycle events with NRI. This plugin can be deployed for testing and demonstration purposes and used as a base for implementing new NRI plugins.

Deployment

The NRI repository contains minimal kustomize overlays for this plugin at contrib/kustomize/template.

Deploy the latest release with:

kubectl apply -k https://github.com/containerd/nri/contrib/kustomize/template

Deploy a specific release with:

RELEASE_TAG=v0.10.0
kubectl apply -k "github.com/containerd/nri/contrib/kustomize/template?ref=${RELEASE_TAG}"

Deploy the latest development build from tip of the main branch with:

kubectl apply -k https://github.com/containerd/nri/contrib/kustomize/template/unstable