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

时间:2017-05-09 18:15:37   收藏:0   阅读:1942
执行 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

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!