2

Tiller

 2 years ago
source link: https://linuxsuren.github.io/blog/devops/k8s/tiller/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Tiller

Tiller

第一次使用 helm 时需要进行初始化(如果服务端没有对应的容器启动的话),初始化命令为 helm init

当执行 helm list 时遇到了下面的报错信息

Error: configmaps is forbidden: User "system:serviceaccount:kube-system:default" cannot list configmaps in the namespace "kube-system"

你可以通过添加集群管理员权限来修复这个问题:

kubectl create clusterrolebinding add-on-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK