From d1f518ea3371126c4f7e6c1eb0f523d348abbc75 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Wed, 27 Oct 2021 11:41:06 -0700 Subject: [PATCH] Add version back to aks create command --- .../v2.5/en/installation/install-rancher-on-k8s/aks/_index.md | 1 + 1 file changed, 1 insertion(+) 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 ae2e83e81b1..d541afa6b7d 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 @@ -50,6 +50,7 @@ To create an AKS cluster, run the following command. Use a VM size that applies az aks create \ --resource-group rancher-rg \ --name rancher-server \ + --kubernetes-version 1.20.5 \ --node-count 3 \ --node-vm-size Standard_D2_v3 ```