diff --git a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/aks/_index.md b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/aks/_index.md index 08b873dd53b..ae2e83e81b1 100644 --- a/content/rancher/v2.5/en/installation/install-rancher-on-k8s/aks/_index.md +++ b/content/rancher/v2.5/en/installation/install-rancher-on-k8s/aks/_index.md @@ -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 ```