-
Notifications
You must be signed in to change notification settings - Fork 249
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: always start gRPC server #1034
nfd-master: always start gRPC server #1034
Conversation
✅ Deploy Preview for kubernetes-sigs-nfd ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
/assign @marquiz |
5fb77db
to
f93a774
Compare
f93a774
to
4aabe84
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 for PR @ArangoGutierrez I think this is a nice and small fixup for now. Later on, when/if dropping gRPC we probably want to do something else (sigs.k8s.io/controller-runtime/pkg/healthz
or smth).
One small ask: could you open up a bit in the commit message what and why is done, i.e. start gRPC server but don't register the labeler service because we want to enable grpc health probe but don't wan't the labeling API to be enabled.
Don't register gRPC LabelServer when using the NodeFeature option, only turn the gRPC server on for Health and Readiness probes.
4aabe84
to
9b3171b
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.
Looks good to me now!
/retitle nfd-master: always start gRPC server
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ArangoGutierrez, 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 |
/cc adrianchiris fmuyassarov |
/cherry-pick release-0.12 |
@marquiz: once the present PR merges, I will cherry-pick it on top of release-0.12 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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
Thanks @ArangoGutierrez
LGTM label has been added. Git tree hash: d728258cc94c1d3729529c2593a2ef9dfbbfeb7c
|
@marquiz: new pull request created: #1037 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Fixes #1032