Add version back to aks create command

This commit is contained in:
Billy Tat
2021-10-27 11:41:06 -07:00
parent 04641907c7
commit d1f518ea33
@@ -50,6 +50,7 @@ To create an AKS cluster, run the following command. Use a VM size that applies
az aks create \
--resource-group rancher-rg \
--name rancher-server \
--kubernetes-version 1.20.5 \
--node-count 3 \
--node-vm-size Standard_D2_v3
```