node-feature-discovery
node-feature-discovery copied to clipboard
Node feature discovery for Kubernetes
**What would you like to be added**: Add a config file option to disable hooks of the `local` feature source, e.g. ``` sources: local: hooksEnabled: true # true by default...
**What would you like to be added**: Disable support for hooks by default, and make minimal image the default. Add NFD worker option to enable support for hooks, for backwards...
**What would you like to be added**: Implementation and documentation for life-cycle management of external features (split from #855). **Why is this needed**: Issues / missing: * Documentation: what party...
**What would you like to be added**: Local socket API to specify and update NFD external feature labels. This is extension of #857. **Why is this needed**: Hooks are going...
**What would you like to be added**: Deprecate and eventually remove support for hooks in the `local` feature source. **Why is this needed**: In #855 @eero-t had a merituos pondering...
**What would you like to be added**: There is no _arm_ support. It would be good to see support this for those architectures. **Why is this needed**: Getting "standard_init_linux.go:219: exec...
CVE scan lists high vulnerability against latest image k8s.gcr.io/nfd/node-feature-discovery:v0.11.1
**What happened**: CVE scan shows image uses lib/package with high vulnerability **What you expected to happen**: No critical or high vulnerability issues. **How to reproduce it (as minimally and precisely...
**What happened**: Even if you raise `core.sleepInterval` above the default of 60 seconds, NFD will still relabel nodes every 60 seconds. This is because the sleepInterval is ignored if the...
Extend the format of feature matcher terms (the elements specified under under matchFeatures) with new matchName field. This field contains an expression that is evaluated against the names of features...
Add tests covering the basic functionality of NodeFeatureRule objects, covering different feature types ("flag features", "attribute features" and "instance features") as well as backreferencing (using the output of previously run...