node-feature-discovery
node-feature-discovery copied to clipboard
Node feature discovery for Kubernetes
**What happened**: NFD will remove any node labels associated with NodeFeature of a specific node if nfd-worker pod of that node gets deleted. after pod delete, it will get re-created,...
## Release Checklist - [x] Verify that the changelog in this issue is up-to-date - [x] Run `hack/prepare-release.sh $VERSION` to turn references to point to the upcoming release (README, deployment...
Node feature discovery CI still needs migrating, per https://groups.google.com/a/kubernetes.io/g/dev/c/p6PAML90ZOU You can find jobs listed in: https://github.com/kubernetes/test-infra/blob/master/docs/job-migration-todo.md (see e.g. jobs with name containing "node-feature-discovery")
**What happened**: While deploying NFD 0.16.0 on a k8s 1.30.2 node (Ubuntu 22.04), I noticed it assigned `memory-swap=true` despite swap not being enabled on this system. **What you expected to...
Bumps the k8sio group with 2 updates in the / directory: [k8s.io/klog/v2](https://github.com/kubernetes/klog) and [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes). Updates `k8s.io/klog/v2` from 2.120.1 to 2.130.1 Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for...
**What would you like to be added**: I'd like for the [readiness and liveness probes](https://github.com/kubernetes-sigs/node-feature-discovery/blob/560905fbee7bb8fe475831cc3b86f3a62d78d43e/deployment/helm/node-feature-discovery/values.yaml#L402-L414) to be configurable in the helm values. **Why is this needed**: node-feature-discovery-master pods use [gRPC...
Detect which CPUs are which types of the cores (P-cores or E-cores) and expose IDs through labels.
**What would you like to be added**: Remove the *experimental* statements related to taints. Both in the docs and in the code. **Why is this needed**: Node tainting has been...