Skip to content

Commit f94ee28

Browse files
committed
azure stack: switch cloud provider to standard lb
Azure Stack is now using standard LBs (rather than basic): https://learn.microsoft.com/en-us/azure-stack/user/standard-load-balancer-considerations?view=azs-2501 Update the cloud provider config to expect a standard LB and avoid level=error msg= "code": "PublicIPAndLBSkuDoNotMatch", level=error msg= "message": "Standard sku load balancer /subscriptions/de7e09c3-b59a-4c7d-9c77-439c11b92879/resourceGroups/ci-op-xsi7s39l-4055a/providers/Microsoft.Network/loadBalancers/ci-op-xsi7s39l-4055a-q5m6z cannot reference Basic sku publicIP /subscriptions/de7e09c3-b59a-4c7d-9c77-439c11b92879/resourceGroups/ci-op-xsi7s39l-4055a/providers/Microsoft.Network/publicIPAddresses/ci-op-xsi7s39l-4055a-q5m6z-a7a05bf34d81542a98fee7a9367aafe7.", level=error msg= "details": []
1 parent 71a467e commit f94ee28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/asset/manifests/azure/cloudproviderconfig.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ func (params CloudProviderConfig) JSON() (string, error) {
5959

6060
if params.CloudName == azure.StackCloud {
6161
config.authConfig.ResourceManagerEndpoint = params.ResourceManagerEndpoint
62-
config.LoadBalancerSku = "basic"
6362
config.UseInstanceMetadata = false
6463
}
6564

0 commit comments

Comments
 (0)