kubelet报bootstrap-kubelet.conf: no such file or directory" 处理方法
1、 kubelet 启动 报 unable to load bootstrap kubeconfig: stat /etc/kubernetes/bootstrap-kubelet.conf: no such file or directory" ,原因是kubelet.conf的证书权限有问题
2、处理方法
拷贝 admin.conf 到 kubelet.conf ,再重新启动kubelet服务
cp -a /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf文章来源:https://www.toymoban.com/news/detail-824799.html
systemctl daemon-reload && systemctl restart kubelet文章来源地址https://www.toymoban.com/news/detail-824799.html
到了这里,关于【[kubelet报bootstrap-kubelet.conf: no such file or directory“ 处理方法]】的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!