Skip to content

Commit

Permalink
Fix nodepool example name being invalid.
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL committed Aug 26, 2020
1 parent 0f4b8d6 commit dd56cdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xml/cap_depl_aks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@
<screen>&prompt.user;az aks create --resource-group <replaceable>my-resource-group</replaceable> --name <replaceable>cap-aks</replaceable> \
--node-count <replaceable>3</replaceable> --admin-username <replaceable>cap-user</replaceable> \
--ssh-key-value <replaceable>/path/to/some_key.pub</replaceable> --node-vm-size <replaceable>Standard_DS4_v2</replaceable> \
--node-osdisk-size <replaceable>&node_size;</replaceable> --nodepool-name <replaceable>my-pool</replaceable>
--node-osdisk-size <replaceable>&node_size;</replaceable> --nodepool-name <replaceable>mypool</replaceable>
</screen>
<!-- The nodepool's name above is without hyphen because AKS apparently stopped
supporting alphanumeric characters in nodepool names. -->

<para>
For more <command>az aks create</command> options see
Expand Down

0 comments on commit dd56cdc

Please sign in to comment.