无法访问 gcr.io 的解决方案

通过describe 命令查看pod 情况

kubectl describe pod tiller-deploy-675cbc8478-lsqgm -n kube-system

第一步 下载阿里云的image

docker pull registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.3

第二步 重新打标签

docker tag registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.3 gcr.io/kubernetes-helm/tiller:v2.14.3

可用的阿里云 image 库

registry.aliyuncs.com/google_containers
registry.cn-hangzhou.aliyuncs.com/google_containers

PS:

https://www.cnblogs.com/tylerzhou/p/10971341.html

转载于:https://www.cnblogs.com/wuyicqb/p/11545165.html

你可能感兴趣的:(无法访问 gcr.io 的解决方案)