docker.io仓库对google的容器做了镜像,可以通过下列命令下拉取相关镜像:

docker pull mirrorgooglecontainers/kube-apiserver-amd64:v1.11.3
docker pull mirrorgooglecontainers/kube-controller-manager-amd64:v1.11.3
docker pull mirrorgooglecontainers/kube-scheduler-amd64:v1.11.3
docker pull mirrorgooglecontainers/kube-proxy-amd64:v1.11.3
docker pull mirrorgooglecontainers/pause:3.1
docker pull mirrorgooglecontainers/etcd-amd64:3.2.18
docker pull coredns/coredns:1.1.3

版本号需要自己去看:
【问题解决】Error response from daemon: manifest for xxx:latest not found: manifest unknown…

事后通过docker tag命令来修改镜像的标签:

docker tag docker.io/mirrorgooglecontainers/kube-proxy-amd64:v1.11.3 k8s.gcr.io/kube-proxy-amd64:v1.11.3
docker tag docker.io/mirrorgooglecontainers/kube-scheduler-amd64:v1.11.3 k8s.gcr.io/kube-scheduler-amd64:v1.11.3
docker tag docker.io/mirrorgooglecontainers/kube-apiserver-amd64:v1.11.3 k8s.gcr.io/kube-apiserver-amd64:v1.11.3
docker tag docker.io/mirrorgooglecontainers/kube-controller-manager-amd64:v1.11.3 k8s.gcr.io/kube-controller-manager-amd64:v1.11.3
docker tag docker.io/mirrorgooglecontainers/etcd-amd64:3.2.18  k8s.gcr.io/etcd-amd64:3.2.18
docker tag docker.io/mirrorgooglecontainers/pause:3.1  k8s.gcr.io/pause:3.1
docker tag docker.io/coredns/coredns:1.1.3  k8s.gcr.io/coredns:1.1.3

之后部署的时候要设置以 docker 驱动:–driver=docker

【问题解决】This container is having trouble accessing https://k8s.gcr.io | 如何解决从k8s.gcr.io拉取镜像失败问题?相关推荐

  1. Docker的使用(docker pull拉取镜像失败问题解决)

    在docker拉取Nginx镜像过程中,速度慢,或者不成功 报错代码: Error response from daemon: Get https://registry-1.docker.io/v2/ ...

  2. 解决docker拉取镜像Get https://registry-1.docker.io/v2/:(Client.Timeout exceeded while awaiting headers)报错

    在拉取镜像的时候出现如上错误一般是加载的国外的镜像源,容易被墙,更换镜像源就可解决: 在daemon.json文件中添加镜像源: 使用vim /etc/docker/daemon.json命令在vim ...

  3. git错误: The requested URL returned error: 403 Forbidden while accessing https://github.com/wangz/futu

    github push错误: git push error: The requested URL returned error: 403 Forbidden while accessing https ...

  4. linux git 401,git push 提示 401 Unauthorized while accessing https 的原因及解决方法

    引言 昨天开始重新学习Git的基础知识,很久时间不用了,就容易忘记. 错误提示 当执行git push命令时,提示"401 Unauthorized while accessing http ...

  5. Docker问题解决:Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup regist

    转自https://www.cnblogs.com/hanfan/p/12403520.html Docker问题解决:Error response from daemon: Get https:// ...

  6. git pull 默认拉取远端其他分支 问题解决

    git pull 默认拉取远端其他分支 问题解决 参考文章: (1)git pull 默认拉取远端其他分支 问题解决 (2)https://www.cnblogs.com/starfish29/p/1 ...

  7. fatal: could not read Username for ‘https://git.dev.tencent.com‘ 解决方法

    fatal: could not read Username for 'https://git.dev.tencent.com' 解决方法 参考文章: (1)fatal: could not read ...

  8. InsecureRequestWarning: Unverified HTTPS request is being made.解决方法

    InsecureRequestWarning: Unverified HTTPS request is being made.解决方法 参考文章: (1)InsecureRequestWarning: ...

  9. IIS配置Url重写实现http自动跳转https的重定向方法(100%解决)

    IIS配置Url重写实现http自动跳转https的重定向方法(100%解决) 参考文章: (1)IIS配置Url重写实现http自动跳转https的重定向方法(100%解决) (2)https:// ...

最新文章

  1. Xcode控制台打印集锦
  2. hashset java_Java HashSet clear()方法与示例
  3. rono在oracle的作用_Oracle中间件的优势有哪些
  4. [Vue warn]: Unknown custom element: <Top> - did you register the component correctly?
  5. 第14讲 转换与比较指令
  6. 浅学transcad(交通小区的划分)
  7. 一款访问远程Linux服务器的web SSH终端
  8. 三角形的几何公式大全_初中数学几何公式、定理梳理大全,老师都收藏了
  9. 机器学习-基础知识 - Precision, Recall, Sensitivity, Specificity, Accuracy, FNR, FPR, TPR, TNR, F1 Score
  10. 治愈系课程教材 第四课
  11. jquery 即点即改.......
  12. 根据程序流程图化程序流图_程序流程图如何画?绘图软件有哪些
  13. 打印设置自定义表尾_教大家Excel2013表格中如何打印固定的表头和表尾
  14. 【Html】16-字体图标
  15. 关于微软鼠标和键盘中心安装报错1603的解决方法
  16. Ubuntu1804安装nginx
  17. html实现自动清理js、css文件的缓存
  18. leaflet清除图层
  19. 一个11层的CNN(基于无人售货机的货物识别
  20. 人工智能学习之机器人路径规划优化

热门文章

  1. 编程常用单词1500个
  2. 我是这样被电麻的:电容降压电路使用和注意事项
  3. NLP自然语言处理学习笔记(十)(转自咕泡AI)
  4. CTFshow-萌新 Writeup
  5. 基于net-snmp的代理端及管理端开发手册
  6. c语言考试排座位系统源程序,c语言_排考场座位问题:.doc
  7. Excel图表坐标轴出现系列1、系列2的解决方案
  8. 基于项目的协同过滤推荐算法单机版代码实现(包含输出电影-用户评分矩阵模型、项目相似度、推荐结果、平均绝对误差MAE)
  9. Android后台切回到应用显示广告页
  10. MongoDB中where in操作