Skip to content

Commit

Permalink
Merge pull request #3146 from fabianofranz/azure-upi-remove-backend-a…
Browse files Browse the repository at this point in the history
…ddress-poll-registration

Azure UPI: no need to manually associate workers with LB
  • Loading branch information
openshift-merge-robot committed Feb 21, 2020
2 parents 2af1225 + 902a58c commit 9220dbd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions upi/azure/06_workers.json
Expand Up @@ -152,12 +152,7 @@
"privateIPAllocationMethod" : "Dynamic",
"subnet" : {
"id" : "[variables('nodeSubnetRef')]"
},
"loadBalancerBackendAddressPools" : [
{
"id" : "[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Network/loadBalancers/', variables('infraLoadBalancerName'), '/backendAddressPools/', parameters('baseName'))]"
}
]
}
}
}
]
Expand Down

0 comments on commit 9220dbd

Please sign in to comment.