From bb54aaf4661e171f285e9b9610825dc8bd305113 Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Wed, 10 Jun 2020 15:23:22 +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 a7ac863..1f03f1f 100644 --- a/aks/README.md +++ b/aks/README.md @@ -121,7 +121,7 @@ gcr.io/google_containers/pause-amd64:3.1 `az aks install-cli` command is used to download `kubectl` binary, it works on Azure China from version `2.0.61` or later, another alternative is use following command to download `kubectl` if don't have azure-cli: ```sh -# docker run -v ${HOME}:/root -v /usr/local/bin/:/kube -it dockerhub.azk8s.cn/microsoft/azure-cli:2.0.61 +# docker run -v ${HOME}:/root -v /usr/local/bin/:/kube -it mcr.azk8s.cn/azure-cli:2.0.77 root@09feb993f352:/# az cloud set --name AzureChinaCloud root@09feb993f352:/# az aks install-cli --install-location /kube/kubectl ```