摘要: did you run below commands after kubeadm init To start using your cluster, you need to run (as a regular user): ref: https://github.com/kubernetes/kub 阅读全文
posted @ 2017-05-09 19:37 圆旭 阅读(5245) 评论(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下来,找到解决方法: do... 阅读全文
posted @ 2017-05-09 18:04 圆旭 阅读(3855) 评论(0) 推荐(0) 编辑