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

Posted zhangb8042

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了helm 错误the server has asked for the client to provide credentials相关的知识,希望对你有一定的参考价值。

一、造成错误的原因

不小心把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的主要内容,如果未能解决你的问题,请参考以下文章