Skip to content

Commit

Permalink
Merge pull request #21 from mjura/master-az
Browse files Browse the repository at this point in the history
Add availability zones in node pools
  • Loading branch information
cbron authored Jun 3, 2021
2 parents 5b5d9fd + f156b02 commit 0357280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/aks/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ func CreateOrUpdateAgentPool(ctx context.Context, agentPoolClient *containerserv
Mode: containerservice.AgentPoolMode(np.Mode),
Type: containerservice.VirtualMachineScaleSets,
OrchestratorVersion: np.OrchestratorVersion,
AvailabilityZones: np.AvailabilityZones,
EnableAutoScaling: np.EnableAutoScaling,
MinCount: np.MinCount,
MaxCount: np.MaxCount,
Expand Down

0 comments on commit 0357280

Please sign in to comment.