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

Allow users to configure standard load balancer for k8s #3468

Closed
feiskyer opened this issue Jul 12, 2018 · 0 comments · Fixed by #3515
Closed

Allow users to configure standard load balancer for k8s #3468

feiskyer opened this issue Jul 12, 2018 · 0 comments · Fixed by #3515

Comments

@feiskyer
Copy link
Member

Kubernetes v1.11 adds standard load balancer support. It adds two configs to /etc/kubernetes/azure.json:

{
"loadBalancerSku": "standard",
"excludeMasterFromStandardLB": true,
}

If loadBalancerSku is not set, it will default to basic (which is same as today).

If excludeMasterFromStandardLB is not set, it will default to true, which means master nodes are excluded to the backend of standard LB.

acs-engine should support customize those two configs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants