Skip to content

Commit

Permalink
Specify vm-set-type AvailabilitySet
Browse files Browse the repository at this point in the history
Some commands in the swapaccounting script fails as some VMs default
to the VirtualMachineScaleSets type for certain region + kube version
combinations

CAP-938
  • Loading branch information
btat committed Nov 8, 2019
1 parent 862f40f commit b6c8e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/cap_depl_aks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export NODEPOOL_NAME="mypool"
--node-count $NODE_COUNT --admin-username $ADMIN_USERNAME \
--ssh-key-value $SSH_KEY_VALUE --node-vm-size $NODE_VM_SIZE \
--node-osdisk-size=&node-size; --nodepool-name $NODEPOOL_NAME \
--kubernetes-version <replaceable>&aksnodeversion;</replaceable>
--vm-set-type AvailabilitySet --kubernetes-version <replaceable>&aksnodeversion;</replaceable>
</screen>

<note>
Expand Down

0 comments on commit b6c8e73

Please sign in to comment.