Skip to content

Commit e7d5a17

Browse files
Merge pull request #9686 from patrickdillon/azurestack-cloud-provider-lb
OCPBUGS-55722: azure stack: switch cloud provider to standard lb
2 parents 08121c2 + f94ee28 commit e7d5a17

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)