-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[tempo] LoadBalancer cannot simultaneously support TCP and UDP protocols #3317
Conversation
Signed-off-by: Costis <[email protected]>
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.
Hey there! @CostisC could you please address the failed CI checks ? Thank you!
Signed-off-by: Costis <[email protected]>
cbaf5a2
to
8c379b0
Compare
Thank you, @Sheikh-Abubaker! |
Signed-off-by: Costis <[email protected]>
Hi @Sheikh-Abubaker. There seems to have been an env. setup failure. Could you please have a look. Cheers! |
Signed-off-by: MH <[email protected]>
Hi there, Any update on the PR here? |
Signed-off-by: Costis <[email protected]>
Signed-off-by: AvivGuiser <[email protected]>
Signed-off-by: AvivGuiser <[email protected]>
Signed-off-by: AvivGuiser <[email protected]>
Signed-off-by: AvivGuiser <[email protected]>
Signed-off-by: AvivGuiser <[email protected]>
Signed-off-by: AvivGuiser <[email protected]>
Signed-off-by: AvivGuiser <[email protected]>
Signed-off-by: AvivGuiser <[email protected]>
Signed-off-by: javiermolinar <[email protected]>
Signed-off-by: javiermolinar <[email protected]>
Signed-off-by: Charles Korn <[email protected]>
Signed-off-by: javiermolinar <[email protected]>
Signed-off-by: Costis <[email protected]>
1171d98
to
f032814
Compare
Signed-off-by: Costis <[email protected]>
Signed-off-by: Costis <[email protected]>
083b768
to
181e3aa
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.
Tested locally, LGTM 👍
Some Network Load Balancers (e.g. in GKE) cannot support UDP and TCP at the same time.
This enhancement adds the
service.protocol
option that defines which L4 protocols to be exposed.Further, it will set the exposed ports according to the relevant
tempo.receivers
values.