mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-14 18:35:37 +00:00
Update _index.md
Updated command to create AKS cluster. Removed version restriction and added missing "\"
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user