node-feature-discovery icon indicating copy to clipboard operation
node-feature-discovery copied to clipboard

Node feature discovery for Kubernetes

Results 153 node-feature-discovery issues
Sort by recently updated
recently updated
newest added

**What would you like to be added**: It would be nice if NFD could be configured with options to set node taints as well as labels, based on certain features...

kind/feature

**What would you like to be added**: Better document the purpose of different deployment options. Spun off of https://github.com/kubernetes-sigs/node-feature-discovery/pull/640#issuecomment-968687743 > I mean that we should probably accept the different deployment...

kind/feature

**What would you like to be added**: End-to-end tests to cover usage of NodeFeatureRule objects. **Why is this needed**: Better test coverage

kind/feature

**What would you like to be added**: I'd like to move to a shorter label namespace (e.g. `nfd.k8s.io/` or `feature.node.k8s.io/`) before nfd v1.0. I'm not sure what would be the...

kind/feature

**What would you like to be added**: Replace gRPC with a CRD. Introduce a new `NodeFeature` CRD for nfd-worker to expose all underlying "raw" features. This would be per-node, i.e....

kind/feature

Move existing security/trusted-execution related features (i.e. SGX and SE) under the same `security` feature, deprecating the old features. The motivation for the change is to keep the source code and...

cncf-cla: yes
size/L
do-not-merge/hold
approved

Set `cpu.tdx-enable` to `true` when TDX is avialable and has been enabled. `/sys/module/kvm_intel/parameters/tdx` presence and content is used to detect whether a CPU is Intel TDX capable. Signed-off-by: Fabiano Fidêncio

lgtm
cncf-cla: yes
size/M
ok-to-test

This issue is a tracker of needed tasks to migrate the default branch of the repo from `master` to `main`. Following https://www.kubernetes.dev/resources/rename/ guidance ### Anytime These changes are **non-disruptive** and...

kind/feature

**What happened**: After a node(as a NFD worker) was deleted through "kubectl" command and rejoin to the cluster, the NFD worker failed to communicate with NFD master. And there are...

kind/bug
lifecycle/rotten

Partially fixes: https://github.com/kubernetes-sigs/node-feature-discovery/issues/902

cncf-cla: yes
size/L
needs-rebase
do-not-merge/work-in-progress