8000 Allow configuring externalTrafficPolicy by lauriku · Pull Request #13016 · linkerd/linkerd2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Allow configuring externalTrafficPolicy #13016

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

Conversation

lauriku
Copy link
Contributor
@lauriku lauriku commented Sep 3, 2024

The linkerd-multicluster helm chart does not allow changing the externalTrafficPolicy of the linkerd-gateway Service

Add serviceExternalTrafficPolicy to allow changing the value in the deployed service if needed.

Deploying the linkerd-multicluster chart with serviceExternalTrafficPolicy: Local will make the Service to be deployed with externalTrafficPolicy: Local

Fixes #13015

Signed-off-by: Lauri Kuittinen lauriku@gmail.com

@lauriku lauriku requested a review from a team as a code owner September 3, 2024 11:42
Copy link
Member
@alpeb alpeb left a comment

Choose a reason for hiding this comment

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

This looks good to me, just a tiny nit below :-)

The linkerd-multicluster helm chart does not allow changing the externalTrafficPolicy of the linkerd-gateway Service

Add serviceExternalTrafficPolicy to allow changing the value in the deployed service if needed.

Deploying the linkerd-multicluster chart with "serviceExternalTrafficPolicy: Local" will make the Service to be deployed with `externalTrafficPolicy: Local`

Fixes linkerd#13015

Signed-off-by: Lauri Kuittinen <lauriku@gmail.com>
@lauriku lauriku force-pushed the feature/add-externaltrafficpolicy-param-to-linkerd-multicluster-chart branch from 8d5d6f3 to 0938c73 Compare September 6, 2024 05:07
@alpeb alpeb merged commit ab207aa into linkerd:main Sep 6, 2024
22 checks passed
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.

Add support for configuring externalTrafficPolicy on the linkerd-gateway service created by linkerd-multicluster chart
3 participants
0