Azure / container-service-for-azure-china

Container Service for Azure China
MIT License
422 stars 73 forks source link

It can't be used now #58

Closed willzhang closed 4 years ago

willzhang commented 4 years ago
# docker pull gcr.azk8s.cn/google_containers/pause-amd64:3.2
Error response from daemon: error parsing HTTP 403 response body: invalid character '<' looking for beginning of value: "<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx/1.14.0 (Ubuntu)</center>\r\n</body>\r\n</html>\r\n"
andyzhangx commented 4 years ago

From this moment, *.azk8s.cn is only allowed for Azure China IPs, sorry for the inconvenience.

willzhang commented 4 years ago

so sad!

TimeBye commented 4 years ago

Why suddenly stop providing services to the outside world? Does this document need to be modified?

https://github.com/Azure/container-service-for-azure-china/blob/master/aks/README.md

andyzhangx commented 4 years ago

The doc said: we have set up container registry proxies on Azure China for public anonymous access

iBug commented 4 years ago

@andyzhangx That doesn't match what you might intend to mean. It could at all be interpreted as

we have set up container registry proxies on Azure China (= that are hosted on Azure China) for public (anyone, anywhere) anonymous access

I would recommend revising the docs again.

uzxmx commented 4 years ago

I also encountered this issue. Seems that Azure mirrors are only for private access in China (not public access in China). As a last resort, I use gcr images which are mirrored to dockerhub. For anyone who's interested in using official docker registry or a mirror like docker.mirrors.ustc.edu.cn to access gcr images, you can find useful information here.

andyzhangx commented 4 years ago

I also encountered this issue. Seems that Azure mirrors are only for private access in China (not public access in China). As a last resort, I use gcr images which are mirrored to dockerhub. For anyone who's interested in using official docker registry or a mirror like docker.mirrors.ustc.edu.cn to access gcr images, you can find useful information here.

This gcr.azk8s.cn is mainly for Microsoft users, thanks for understanding.