From c76b74560b53e4e845952edaf12c3ecba51ecc7e Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Sun, 12 May 2019 21:28:43 +0800 Subject: [PATCH] Update README.md --- aks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aks/README.md b/aks/README.md index eaf6264..e28397c 100644 --- a/aks/README.md +++ b/aks/README.md @@ -54,7 +54,7 @@ Currently AKS on Azure China could be created by [Azure portal](https://portal.a # create AKS cluster with 1 agent node (if your azure cli version is low, remove `--disable-rbac`) az aks create -g $RESOURCE_GROUP_NAME -n $CLUSTER_NAME --node-count 1 --node-vm-size Standard_D3_v2 --disable-rbac --generate-ssh-keys --kubernetes-version $VERSION -l $LOCATION --node-osdisk-size 128 - # wait about 10 min for `az aks create` running complete + # wait about 5 min for `az aks create` running complete # get the credentials for the cluster az aks get-credentials -g $RESOURCE_GROUP_NAME -n $CLUSTER_NAME