首页 > Windows开发 > 详细

kubeadm init 卡在 Created API client, waiting for the control plane to become ready

时间:2017-05-09 18:15:37      阅读:1942      评论:0      收藏:0      [点我收藏+]
执行 kubeadm init 时出现卡在了 [apiclient] Created API client, waiting for the control plane to become ready
这里,查看日志
journalctl -xeu kubelet
发现是 gcr.io/google_containers/pause-amd64:3.0 没有pull下来,找到解决方法:
docker pull docker.io/kubernetes/pause
docker tag docker.io/kubernetes/pause gcr.io/google_containers/pause-amd64:3.0

 

ref: https://github.com/kubernetes/kubernetes/issues/7332

kubeadm init 卡在 Created API client, waiting for the control plane to become ready

原文:http://www.cnblogs.com/pinganzi/p/6831898.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!