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

Commit

Permalink
Fix standard lb with vmss master (#4101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritazh authored and jackfrancis committed Oct 23, 2018
1 parent f351426 commit c2b18b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/k8s/kubernetesmasterresourcesvmss.t
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"dnsSettings": {
"domainNameLabel": "[variables('masterFqdnPrefix')]"
},
{{ if .MasterProfile.HasAvailabilityZones}}
{{ if eq LoadBalancerSku "Standard"}}
"publicIPAllocationMethod": "Static"
{{else}}
"publicIPAllocationMethod": "Dynamic"
Expand Down

0 comments on commit c2b18b6

Please sign in to comment.