-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
k8s v1.28.2 and NFD updates #1539
Conversation
I recall the extended resources vanished from the node labels previously. Now they seem to stay in labels. I wonder if it's by design? |
As an occasional project contributor... I think it would be good to add some note about how NFD is intended to be used to DEVEL.md. |
@eero-t GPU plugin documentation talks about it and we also have similar steps documented as part of the operator deployment. |
Fixed by adding a custom |
Codecov Report
@@ Coverage Diff @@
## main #1539 +/- ##
==========================================
- Coverage 49.58% 49.48% -0.11%
==========================================
Files 42 42
Lines 4917 4923 +6
==========================================
- Hits 2438 2436 -2
- Misses 2339 2345 +6
- Partials 140 142 +2
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I did not mean end user documentation of installing NFD rules (updated in this PR), but some mention in internal documentation on how (NFD) labels are supposed to be configured for the plugins, e.g. in the |
deployments/nfd/overlays/node-feature-rules/platform-labeling-rules.yaml
Outdated
Show resolved
Hide resolved
Added: "+9. Plugin |
a08fc8c
to
8687d2c
Compare
Signed-off-by: Mikko Ylinen <[email protected]>
Signed-off-by: Mikko Ylinen <[email protected]>
With the NFD recent versions (v0.13+), it's no longer necessary to start NFD with custom nfd-master args/rbac settings to get numeric labels registered as extended resources. The same can be specified via NodeFeatureRules which also works for "local" source with feature files. Signed-off-by: Mikko Ylinen <[email protected]>
currently, the QAT plugin warns when it finds a PCI ID that is not an enabled QAT device. This is too verbose so lower the log priority to "Info". Signed-off-by: Mikko Ylinen <[email protected]>
@hj-johannes-lee PTAL |
No description provided.