1. 程式人生 > >kubeadm init 卡在 Created API client, waiting for the control plane to become ready

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

mon issues https res 出現 blog ted col journal

執行 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