node-feature-discovery
node-feature-discovery copied to clipboard
Node feature discovery for Kubernetes
**What would you like to be added**: A Value in helm chart to change port nfd master listens on **Why is this needed**: In some setups network policies and firewalls...
**What would you like to be added**: `spec.enableServiceLinks: false` to _nfd-master_ service pod spec. **Why is this needed**: See: https://github.com/kubernetes/kubernetes/issues/92615 (Kubernetes itself is not going to default that to false...
**What would you like to be added**: Discover node features as annotations instead of labels **Why is this needed**: Some features don't feel like they belong to labels – some...
This PR fixes #863, it's still WIP, but is ready for review. Design: - NFR now has two more properties: annotations and annotationsTemplate, which allow setting Node Features as annotations...
Resolves #1616 _**Note: for the moment all of the resource requests and limits for all components are the same (I don't have full visibility on what is needed especially in...
A few tests run unreliably due to timeouts that became to small: - Increase the timeout in eventuallyNonControlPlaneNodes() to 1 minute - Increase the timeout in GetNodeTopology() to 2 minutes
Don't require that the annotation value must conform to the (strict) requirements of label values. In the Kubernetes API annotation values do not have other restrictions than that the total...
**What would you like to be added**: Add a new CRD for managing the nfd-worker configuration. We could/would support the fs based configuration file as a fallback option. **Why is...
Resolves #1380 Features implemented: - NodeFeatures Namespace selection by using selectors. - Max number of Taints, Labels, and ERs that can be generated by a single CR. - Enable/Disable overriding...