-
Notifications
You must be signed in to change notification settings - Fork 276
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
LoadBalancerSku should default to Standard #2414
Comments
@CecileRobertMichon thanks for raising this issue. Are there any graceful update support plans in capz or aks-engine? |
CAPZ never supported basic LBs. AKS Engine will be deprecated long before retirement. /cc @bridgetkromhout |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/assign @nilo19 |
ClusterConfig defaults loadBalancerSku to
basic
: https://cloud-provider-azure.sigs.k8s.io/install/configs/#cluster-config.Basic SKU is being retired. We should not be defaulting to basic for LB and public IP SKUs.
Standard SKU public IP addresses offer significant improvements, including:
Even if the retirement date is 3 years away, we should consider making this change now as the default value should reflect the recommended best practices in Azure.
The text was updated successfully, but these errors were encountered: