Update _index.md

Updated command to create AKS cluster. Removed version restriction and added missing "\"
This commit is contained in:
yob8
2021-10-17 01:54:22 +02:00
committed by GitHub
parent d671f8603d
commit 04641907c7

View File

@@ -48,9 +48,8 @@ To create an AKS cluster, run the following command. Use a VM size that applies
```
az aks create \
--resource-group rancher-rg
--resource-group rancher-rg \
--name rancher-server \
--kubernetes-version 1.18.14 \
--node-count 3 \
--node-vm-size Standard_D2_v3
```