Skip to content
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

Istio 1.21 breaking ExternalName #787

Closed
barchw opened this issue May 2, 2024 · 0 comments
Closed

Istio 1.21 breaking ExternalName #787

barchw opened this issue May 2, 2024 · 0 comments
Assignees
Labels
area/service-mesh Issues or PRs related to service-mesh kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@barchw
Copy link
Collaborator

barchw commented May 2, 2024

Description
Istio 1.21 update introduced a breaking change which cause ExternalName to be resolved differently than prior to 1.21. This is causing issues when routing according to e.g. ServiceEntry.

Affected: Istio module version >=1.5.0

Expected result

The traffic is routed correctly.

Troubleshooting

The issue is caused by an introduced breaking change in upstream Istio. The behaviour can be switched to use the previous <1.21 by using ENABLE_EXTERNAL_NAME_ALIAS=false pilot variable.

PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/service-mesh Issues or PRs related to service-mesh kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants