首页 > 其他 > 详细

helm 错误the server has asked for the client to provide credentials

时间:2019-08-17 13:19:31      阅读:585      评论:0      收藏:0      [点我收藏+]

一、造成错误的原因

不小心把helm的RBAC权限文件删除了。虽然重新apply了RBAC配置,但是已经无法使用helm install了。

二、解决方法

把运行的tiller的pod干掉,让他自动重启。

kubectl delete  pod  -n kube-system tiller-deploy-7674c4c47c-r9ghw

 

helm 错误the server has asked for the client to provide credentials

原文:https://www.cnblogs.com/zhangb8042/p/11368028.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!