This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
Closed
Description
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.