From 04641907c7d8d1bcbc7bcdbf7900afd69211b36a Mon Sep 17 00:00:00 2001 From: yob8 <65351698+yob8@users.noreply.github.com> Date: Sun, 17 Oct 2021 01:54:22 +0200 Subject: [PATCH] Update _index.md Updated command to create AKS cluster. Removed version restriction and added missing "\" --- .../v2.5/en/installation/install-rancher-on-k8s/aks/_index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ```