初始部署肯定不能使用 --skip-preflight-checks。问题还是在下载image上。在 /etc/kubernetes/manifests/ 目录下有几个yaml文件,里面有 k8s需要的image的路径,可以先通过 docker pull 手工下载image,然后再运行 kubeadm init
RE: 部署 k8s Cluster(上) — Kubernetes(5)
You are viewing a single comment's thread from:
部署 k8s Cluster(上) — Kubernetes(5)
这个我试过了,应该有4个
image,gcr.io/google_containers/kube-apiserver-amd64,
gcr.io/google_containers/kube-controller-manager-amd64,
gcr.io/google_containers/kube-scheduler-amd64,
gcr.io/google_containers/etcd-amd64:3.0.17
docker 全都pull了,最后还是超时失败
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
这我就不明白了,既然image都有了,就应该能正常init。用docker ps 能看到相应的容器吗?另外,确保手工下载的image版本与yaml中的一致
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit