-
Notifications
You must be signed in to change notification settings - Fork 247
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
nfd-master: update node if no NodeFeature objects are present #999
nfd-master: update node if no NodeFeature objects are present #999
Conversation
✅ Deploy Preview for kubernetes-sigs-nfd ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
[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 |
/assign @fmuyassarov @ArangoGutierrez |
6868e94
to
80e697d
Compare
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.
I'm might be asking dump question, but is this patch doing what the title says?
No it's not a dumb question. But yes it does, I might want to change the wording a bit, though |
80e697d
to
8e87645
Compare
Improved the commit message |
@fmuyassarov PTAL. Makes sense(?) |
Correctly handle the case where no NodeFeature objects exist for certain node (and NodeFeature API has been enabled with -enable-nodefeature-api). In this case all the labels should be removed.
8e87645
to
4c955ad
Compare
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.
Thanks @marquiz . Looks better :)
/lgtm
LGTM label has been added. Git tree hash: c7adefb3e69773eec624c9e8fa92cb7f17a1742e
|
Correctly handle the case where no NodeFeature objects exist for certain
node (and NodeFeature API has been enabled with
-enable-nodefeature-api
). In this case all the labels should be removed.