-
Notifications
You must be signed in to change notification settings - Fork 8k
rewrite probe only when the port needs to be intercepted #56387
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
base: master
Are you sure you want to change the base?
Conversation
😊 Welcome @psikka1! This is either your first contribution to the Istio istio repo, or it's been You can learn more about the Istio working groups, Code of Conduct, and contribution guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
Hi @psikka1. Thanks for your PR. I'm waiting for a istio 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 |
1 similar comment
/ok-to-test |
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.
the probe being removed in ~all the tests seems definitely wrong?
I'm not entirely sure we need this complexity either, a user can always opt out of the probe rewrite with an annotation today. I'm worried about this accidently causing unintentional chanes
@howardjohn - I am making modifications to retain the original behavior as much as possible. I had a discussion with @aattuluri regarding the same. |
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.
Please see comments.
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.
See my comment about release notes.
Co-authored-by: Daniel Hawton <daniel@hawton.org>
Please provide a description of this PR:
This fixes #53759