mirror of https://github.com/containerd/nri.git
plugins/logger: fix default event subscription mask. |
||
|---|---|---|
| .. | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| nri-logger.go | ||
README.md
Sample NRI Request Logger Plugin
This plugin simply logs incoming requests and events. You can configure which of these the plugin subscribes to. Also, if configured so this plugin can inject an environment variable or an annotation into containers for testing and illustrative purposes.
Note that the differ plugin is probably better suited for actual debugging purposes than this simple logger.
Deployment
The NRI repository contains minimal kustomize overlays for this plugin at contrib/kustomize/logger.
Deploy the latest release with:
kubectl apply -k https://github.com/containerd/nri/contrib/kustomize/logger
Deploy a specific release with:
RELEASE_TAG=v0.10.0
kubectl apply -k "github.com/containerd/nri/contrib/kustomize/logger?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/logger/unstable