-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
KEP-4939: Support TLS in gRPC probe #5029
base: master
Are you sure you want to change the base?
Conversation
kkoch986
commented
Jan 8, 2025
- One-line PR description: Initial KEP for TLS support in gRPC probes
- Issue link: Support TLS Credentials in gRPC Probe #4939
- Other comments: see also GRPC healthprobe cannot handle TLS kubernetes#128365
Welcome @kkoch986! |
Hi @kkoch986. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
/ok-to-test |
pushed up one more fixup to define the config option better. @aojea any other changes i should make to get this KEP merged? |
/lgtm I think that not having a TLS option reduce significantly the usability of this probes and is worth having parity with the http probes, also the changes requested seem to be very minimal, please @bowei take a look as you were involved with the original implementation so you may have some more historic context /assign @thockin @dchen1107 for approval |
093742b
to
4855713
Compare
oops @aojea looks like when i rebased it removed the |
/lgtm |
e9da921
to
71bfd2a
Compare
Ugh, I missed that this did not have PRR - you need to create a file in the |
I am LGTM, but we need a sig-node approver /lgtm |
I can make a pass at this one. Add me as node approver. Thanks! |
71bfd2a
to
3cac4d4
Compare
thanks @mrunalp! added also added the PRR yaml |
3cac4d4
to
697181a
Compare
the older nodes will receive the `tls` config but ignore it which would | ||
cause probes to fail if TLS is required. | ||
|
||
We may not be able to graduate this widely until all kubelet version |
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.
Can you add more detail here? What happens when a pod is created with the new field and deployed against
- Older k8s release without this feature.
- New API server with this feature enabled and older kubelet without this feature.
- Feature gate turned on in API server but not in the kubelet.
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.
sure i can try to update this tonight
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.
until all kubelet version skew supports the new
tls
configuration.
Need to clarify what the Kubelet does if it receives a pod that has a probe with the TLS configuration, but the feature gate is turned off. If the Kubelet ignores the field when the feature gate is disabled, then it will "never" be within the version skew range.
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.
tried to reword this section a bit, let me know if that clears it up!
/approve Still needs PRR, and given the last-minute addition, this KEP is at risk of missing. |
status: provisional | ||
creation-date: 2025-01-08 | ||
reviewers: | ||
- aojea |
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
/assign @deads2k |
Is this going for an exception? Or just aiming for next release? |
not sure if i'm the one who's able to answer that, but just wanted to confirm waiting on @deads2k is the last hurdle. more so that i'm not blocking anything at this point |
I think the window for exceptions is closed or closing |
697181a
to
0e2ba3b
Compare
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kkoch986, mrunalp, thockin The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |