mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 04:58:07 +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 \
|
az aks create \
|
||||||
--resource-group rancher-rg
|
--resource-group rancher-rg \
|
||||||
--name rancher-server \
|
--name rancher-server \
|
||||||
--kubernetes-version 1.18.14 \
|
|
||||||
--node-count 3 \
|
--node-count 3 \
|
||||||
--node-vm-size Standard_D2_v3
|
--node-vm-size Standard_D2_v3
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user