This commit is contained in:
Andy Zhang 2019-02-07 12:51:52 +08:00 коммит произвёл GitHub
Родитель 40778e1d26
Коммит aa142b7ed1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -81,7 +81,8 @@ KubernetesVersion Upgrades
### 2.2 Container Registry Proxy ### 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**: 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 | | 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`| | [dockerhub](hub.docker.com) (docker.io) | [dockerhub.azk8s.cn](http://mirror.azk8s.cn/help/docker-registry-proxy-cache.html) | `dockerhub.azk8s.cn/library/nginx`|