From 8a94d605726f5773bfe0f578e96162f4e17d7aa1 Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Wed, 21 Nov 2018 12:09:15 +0800 Subject: [PATCH] Update best-practice.md --- aks/best-practice.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aks/best-practice.md b/aks/best-practice.md index 91dad08..c29d350 100644 --- a/aks/best-practice.md +++ b/aks/best-practice.md @@ -37,8 +37,10 @@ Since some container registries like `gcr.io`, `docker.io` are not accessible or > Note: `k8s.gcr.io` would redirect to `gcr.io/google-containers`, following images are identical: + k8s.gcr.io/pause-amd64:3.1 -gcr.io/google_containers/pause-amd64:3.1 | + +gcr.io/google_containers/pause-amd64:3.1 ## 3. Install kubectl Original `az aks install-cli` does not work in azure china, follow detailed steps [here](https://mirror.azk8s.cn/help/kubernetes.html)