码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-08-17 12:23:06      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:使用   code   配置   rbac   app   bec   解决方法   class   重启   

一、造成错误的原因

不小心把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

标签:使用   code   配置   rbac   app   bec   解决方法   class   重启   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!