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

Posted 嗡嘛呢巴美吽舍

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kubeadm init 卡在 Created API client, waiting for the control plane to become ready相关的知识,希望对你有一定的参考价值。

执行 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的主要内容,如果未能解决你的问题,请参考以下文章

kubeadm 专题 一 init 究竟干了些啥

kubeadm工作原理-kubeadm init原理分析-kubeadm join原理分析

centos7 kubeadm部署单机k8s

text kubeadm init日志

Kubernetes Kubeadm init 与 join 原理分析

关于使用kubeadm reset命令对kubeadm init与kubeadm join操作后遇到报错的情况-进行恢复还原