From aa142b7ed112674e274f585f216aa86866a4e78c Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Thu, 7 Feb 2019 12:51:52 +0800 Subject: [PATCH] Update README.md --- aks/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aks/README.md b/aks/README.md index e9f7bda..8817fba 100644 --- a/aks/README.md +++ b/aks/README.md @@ -81,7 +81,8 @@ KubernetesVersion Upgrades ### 2.2 Container Registry Proxy Since some well known container registries like `docker.io`, `gcr.io` are not accessible or very slow in China, we have set up container registry proxies in `chinaeast2` region for **public anonymous access**: - + > The first docker pull of new image will be slow, and then image would be cached, would be much faster in the next docker pull action. + | global | proxy in China | Example | | ---- | ---- | ---- | | [dockerhub](hub.docker.com) (docker.io) | [dockerhub.azk8s.cn](http://mirror.azk8s.cn/help/docker-registry-proxy-cache.html) | `dockerhub.azk8s.cn/library/nginx`|