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

Post Deployment Fix for Nginx IC traffic policy #416

Merged
merged 2 commits into from
Sep 30, 2022

Conversation

naioja
Copy link
Contributor

@naioja naioja commented Sep 23, 2022

PR Summary

Fixes syntax of value ingress_externalTrafficPolicy for nginx IC.
closes #415

PR Checklist

  • PR has a meaningful title
  • Summarized changes
  • This PR is ready to merge and is not Work in Progress
  • Link to a filed issue

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution, one of the team will evaluate shortly.

@khowling
Copy link
Contributor

Thank you very much @naioja for logging the issue & this contribution! We use these variables for nginx but also contour, so I will test to ensure the contour option still works today, then approve. Thank you for your 1st contribution.

@Gordonby Gordonby changed the title Fix for issues/415 regarding config value for nginx IC Post Deployment Fix for Nginx IC traffic policy Sep 27, 2022
@naioja
Copy link
Contributor Author

naioja commented Sep 30, 2022

Like you previously mentioned I see that at line

--set contour.service.externalTrafficPolicy=${ingress_externalTrafficPolicy} \
we are using the same variable for Contur.

Looking at the Contur official documentation the same spelling is used with capital L and C for Local and Cluster : https://tanzu.vmware.com/developer/guides/service-routing-contour-refarch/#avoiding-unnecessary-network-hops

Copy link
Contributor

@khowling khowling left a comment

Choose a reason for hiding this comment

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

Thank you for the fix!

@khowling khowling merged commit b398eae into Azure:main Sep 30, 2022
@naioja naioja deleted the aj_nginx_ic branch October 4, 2022 07:31
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.

Configuration value for Nginx IC
2 participants