AliyunContainerService / gpushare-device-plugin

GPU Sharing Device Plugin for Kubernetes Cluster
Apache License 2.0
468 stars 144 forks source link

Can't pull your docker image #11

Open morecoffee101 opened 5 years ago

morecoffee101 commented 5 years ago

When I try to pull your docker image I get: Error response from daemon: Get https://registry.cn-hangzhou.aliyuncs.com/v2/: authenticationrequired [attempt #1] Fail to pull registry.cn-hangzhou.aliyuncs.com/acs/k8s-gpushare-plugin:v2-1.11-aff8a23. Retry in 2 seconds

Any idea what I do wrong ?

Many thanks

cheyang commented 5 years ago

Please try to ping registry.cn-hangzhou.aliyuncs.com. And check the result:

ping registry.cn-hangzhou.aliyuncs.com
PING registry.cn-hangzhou.aliyuncs.com (120.55.105.209) 56(84) bytes of data.
64 bytes from 120.55.105.209 (120.55.105.209): icmp_seq=1 ttl=94 time=35.2 ms
64 bytes from 120.55.105.209 (120.55.105.209): icmp_seq=2 ttl=94 time=35.2 ms

I suspect it's due to misconfiguration of the ip address of registry.cn-hangzhou.aliyuncs.com. I don't think this docker image requires authentication.