From 161441ebeebc94938e19e770cb6335295448d724 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Wed, 27 Oct 2021 11:44:02 -0700 Subject: [PATCH] Apply typo fix from 04641907 (author: yob8) to v2.6 --- .../v2.6/en/installation/install-rancher-on-k8s/aks/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/aks/_index.md b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/aks/_index.md index 97890c7c5de..d50e12409be 100644 --- a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/aks/_index.md +++ b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/aks/_index.md @@ -48,7 +48,7 @@ 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 \