Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Add new options disableOutboundSNAT for standard load balancer #1001

Closed
feiskyer opened this issue Apr 10, 2019 · 5 comments · Fixed by #1708
Closed

Add new options disableOutboundSNAT for standard load balancer #1001

feiskyer opened this issue Apr 10, 2019 · 5 comments · Fixed by #1708
Labels

Comments

@feiskyer
Copy link
Member

Refer kubernetes/kubernetes#75282, cloud provider adds disableOutboundSNAT when standard load balancer is configured.

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.

Supported Kubernetes versions are v1.11.9+, v1.12.7+, v1.13.5+ and v1.14.0.

@jackfrancis

@welcome
Copy link

welcome bot commented Apr 10, 2019

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.

@stale
Copy link

stale bot commented Jun 9, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 9, 2019
@feiskyer feiskyer removed the stale label Jun 9, 2019
@stale
Copy link

stale bot commented Aug 8, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Aug 8, 2019
@jackfrancis
Copy link
Member

keep open

@stale stale bot removed the stale label Aug 8, 2019
@stale
Copy link

stale bot commented Oct 7, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 7, 2019
@stale stale bot closed this as completed Oct 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants