node-feature-discovery
node-feature-discovery copied to clipboard
Node feature discovery for Kubernetes
**What would you like to be added**: We would like access to some of the dmi attributes under `/sys/devices/virtual/dmi/id/` Recently `sys_vendor` was added via #1574 covering #1057, but would be...
The idea behind this patch is to make it easier for third party apps to import NFD API.
**What would you like to be added**: Refs #1614 We should specify resource requests (cpu and memory requests and limits) in the NFD deployment files. I.e. both kustomize and Helm...
POC of #1186.
**What would you like to be added**: Add status field to the NodeFeatureRule CRD, indicating e.g. when the NodeFeatureRule was last processed, which nodes (and when) were affected, any errors...
As a developer of Kata Containers, we'd like to rely on NFD to properly check whether `containerd` has the appropriate snapshotter set up in one (or more) specific nodes, so...
## Summary The Kubernetes cluster object doesn't expose all available features in a programmatic way. When working in a MultiCluster environment (example [kcp](https://github.com/kcp-dev/kcp), [hypershift](https://github.com/openshift/hypershift) ) the central control plane can...
hiya! I'm looking to get a mapping of which cores belong to which socket, akin to what hwloc does: https://www.open-mpi.org/projects/hwloc/doc/v0.9.3/ Right now it looks like nfd exposes a cpu ->...
Hi there! We are working on a compatiibility spec for the opencontainer intiaitive, and interested to use NFD in a TBA plugin to extract information about a system. I started...
**What happened**: Resources that will be managed by NFD topology-updater are only discovered during startup. If a device plugin registers itself with kubelet after NFD topology-updater is already running the...