Skip to content

Commit

Permalink
Set master AvailabilitySet FaultDomainCount and UpdateDomainCount to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiezhang committed Sep 6, 2017
1 parent 5b1fbb0 commit 5424f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parts/kubernetesmasterresources.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"name": "[variables('masterAvailabilitySet')]",
"properties":
{
"platformFaultDomainCount": "2",
"platformUpdateDomainCount": "3",
"platformFaultDomainCount": "1",
"platformUpdateDomainCount": "1",
"managed" : "true"
},
"type": "Microsoft.Compute/availabilitySets"
Expand Down

0 comments on commit 5424f14

Please sign in to comment.