Closed candysmurf closed 6 years ago
When I ran the following command, it generated an error. Do I need to do anything else before issue this command?
▶ helm install --name my-release -f values.yaml . Error: release my-release failed: roles.rbac.authorization.k8s.io "my-release-stolon" is forbidden: attempt to grant extra privileges: [PolicyRule{Resources:["pods"], APIGroups:[""], Verbs:["*"]} PolicyRule{Resources:["endpoints"], APIGroups:[""], Verbs:["*"]} PolicyRule{Resources:["configmaps"], APIGroups:[""], Verbs:["*"]}] user=&{system:serviceaccount:kube-system:tiller 66ab3855-5185-11e8-9cac-080027e29233 [system:serviceaccounts system:serviceaccounts:kube-system system:authenticated] map[]} ownerrules=[] ruleResolutionErrors=[clusterroles.rbac.authorization.k8s.io "cluster-admin" not found]
Do you have RBAC in place? If not deactivate the roles option in your values file.
closing due to inactivity, @candysmurf reopen if you still have the issue
When I ran the following command, it generated an error. Do I need to do anything else before issue this command?