Skip to content
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.

Add new options disableOutboundSNAT for standard load balancer #1001

Closed
@feiskyer

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.

@jackfrancis

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions