kubernetes-sigs / node-feature-discovery

Node feature discovery for Kubernetes
Apache License 2.0
757 stars 237 forks source link

NFD NRI Plugin #1779

Open ArangoGutierrez opened 2 months ago

ArangoGutierrez commented 2 months ago

We should consider shipping a NRI plugin as a daemonset, that exposes the Node NodeFeature to pods.

Injecting the NodeFeature as a yaml file at /etc/kubernetes/node-feature-discovery/nodefeature.yml and keeping it up to date so developers can rely on the information presented.

SergeyKanzhelev commented 1 month ago

eventually consistent information like this is a source of many troubles. What do you envision the main use case here?