mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-24 20:18:18 +00:00
Merge pull request #3609 from yob8/patch-1
Fix typo and update K8s version when creating aks cluster
This commit is contained in:
@@ -49,9 +49,9 @@ 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 \
|
||||
--kubernetes-version 1.20.5 \
|
||||
--node-count 3 \
|
||||
--node-vm-size Standard_D2_v3
|
||||
```
|
||||
|
||||
@@ -49,9 +49,9 @@ 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 \
|
||||
--kubernetes-version 1.20.5 \
|
||||
--node-count 3 \
|
||||
--node-vm-size Standard_D2_v3
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user