-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Allow disable outbound snat when Azure standard load balancer is used #75282
Conversation
Added to v1.14 since it is a critical bug fix. /kind bug |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: feiskyer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @andyzhangx @khenidak |
/test pull-kubernetes-e2e-aks-engine-azure |
98b8573
to
84617c8
Compare
/test pull-kubernetes-e2e-aks-engine-azure |
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.
/lgtm
/retest |
1 similar comment
/retest |
/retest Review the full test history for this PR. Silence the bot with an |
/retest |
…82-upstream-release-1.12 Automated cherry pick of #75282: Allow disable outbound snat when Azure standard load balancer
…82-upstream-release-1.13 Automated cherry pick of #75282: Allow disable outbound snat when Azure standard load balancer
…82-upstream-release-1.11 Automated cherry pick of #75282: Allow disable outbound snat when Azure standard load balancer
What type of PR is this?
/kind bug
What this PR does / why we need it:
Azure outbound rules are not taking effect when used together with standard load balancer .
This PR adds a new configuration for disabling SNAT for load balancer rules, so that outbound rules would be used as the egress IPs.
In such case, disableOutboundSNAT should be set to true and loadBalancerSku should be set to standard.
Which issue(s) this PR fixes:
Fixes #75281
Special notes for your reviewer:
Does this PR introduce a user-facing change?: