-
Notifications
You must be signed in to change notification settings - Fork 253
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
Cleanup for NodeFeature API being GA #1976
Cleanup for NodeFeature API being GA #1976
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marquiz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/milestone v0.17 |
✅ Deploy Preview for kubernetes-sigs-nfd ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/assign @TessaIO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, except a tiny nit
Drop references to the gRPC API and don't suggest that NodeFeatureAPI could be disabled. Also update the developer guide for instructions running nfd components outside the cluster.
bcfe7d5
to
fc103a6
Compare
Updated. @fmuyassarov PTAL |
For development and debugging it is possible to run nfd-master as a stand-alone | ||
binary outside the cluster. The `-no-publish` flag can be used to prevent | ||
nfd-master making changes to the nodes. If `-no-publish` is not set, nfd-master | ||
also requires the `NODE_NAME` environment variable to be set for cleaning up | ||
stale annotations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quick question, KUBERNETES_NAMESPACE
isn't needed for the master?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question. And correct, it is not needed for nfd-master (the namespace env is required for those daemons that create CRs). The nfd-master watches CRs in all namespaces
/lgtm |
LGTM label has been added. Git tree hash: 610dcb43a2b5b90ef4ff053fcc6dd72c4b2e473e
|
Drop references to the gRPC API and don't suggest that NodeFeatureAPI could be disabled.
Also update the developer guide for instructions running nfd components outside the cluster.