Skip to content

Changes for stable-2.14.3#11582

Merged
alpeb merged 4 commits intorelease/stable-2.14from
alpeb/stable-2.14.3
Nov 7, 2023
Merged

Changes for stable-2.14.3#11582
alpeb merged 4 commits intorelease/stable-2.14from
alpeb/stable-2.14.3

Conversation

@alpeb
Copy link
Member

@alpeb alpeb commented Nov 6, 2023

stable-2.14.3

This stable release fixes an issue in the Destination controller that was
forbidding to route traffic to opaque ports on unmeshed pods. Also, it increases
the log level from debug to warning when the outbound proxy faces this type of
events.

  • Fixed GetProfiles error when address is opaque and unmeshed (#11556,
    fixes#11555)
  • Started logging at warning level when the controller clients receive an error
    (#2499)

alpeb and others added 3 commits November 6, 2023 16:16
When we do a GetProfile lookup for an opaque port on an unmeshed pod,
we attempt to look up the inbound listen port of that pod's proxy. Since
that pod has no proxy, this fails and we return an error to the GetProfile
API call. This causes the proxy to fail to be able to resolve the profile and
be unable to route the traffic.

We revert to the previous behavior of only logging when we cannot look
up the inbound listen port instead of returning an error.

Signed-off-by: Alex Leong <[email protected]>
## stable-2.14.3

This stable release fixes an issue in the Destination controller that was
forbidding to route traffic to opaque ports on unmeshed pods. Also, it increases
the log level from debug to warning when the outbound proxy faces this type of
events.

* Fixed `GetProfiles` error when address is opaque and unmeshed ([#11556],
  fixes[#11555])
* Started logging at warning level when the controller clients receive an error
  ([#2499])

[#11556]: #11556
[#11555]: #11555
[#2499]: linkerd/linkerd2-proxy#2499
@alpeb alpeb requested a review from a team as a code owner November 6, 2023 21:49
@MrFreezeex

This comment was marked as resolved.

Copy link
Member

@mateiidavid mateiidavid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Had a nit but it's not blocking by any means. Thanks!

@alpeb alpeb merged commit c5ad763 into release/stable-2.14 Nov 7, 2023
@alpeb alpeb deleted the alpeb/stable-2.14.3 branch November 7, 2023 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants