Kubeadm踩坑

时间:2019-01-03 00:01:19   收藏:0   阅读:5211

系统:cent os

第一个错误如图:

技术分享图片

【ERROR KubeletVersion】:the kubelet version is higher than the control plane version. This is not a supportted version skew and may lead to a malfunctional cluster.

看来主要是版本不匹配的问题,所以我重新装了一下kubernete

yum -y remove kubelet
yum -y install kubelet-1.12.1 kubeadm-1.12.1

问题就解决了。

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!