无法访问 gcr.io 的解决方案
生活随笔
收集整理的这篇文章主要介绍了
无法访问 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 的解决方案的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 用pip命令把python包安装到指定目
- 下一篇: 以前的项目今日打开突然报错了!