You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying with a real cluster we were seeing helm failure where helm was not able to install a chart.
It got fixed after running following command:
kubectl.sh create clusterrolebinding permissive-binding --clusterrole=cluster-admin --user=admin --user=kubelet --group=system:serviceaccounts
The problem seemed to be that kubeplus pod was not able to reach out to the world. This was fixed by following the suggestion on following link of updating the kube-dns configmap to add 8.8.8.8 and 8.8.4.4 as nameserver.
When trying with a real cluster we were seeing helm failure where helm was not able to install a chart.
It got fixed after running following command:
kubectl.sh create clusterrolebinding permissive-binding --clusterrole=cluster-admin --user=admin --user=kubelet --group=system:serviceaccounts
as identified on [1]
[1] https://stackoverflow.com/questions/43499971/helm-error-no-available-release-name-found
We also created a service account for tiller as outlined on [2].
[2] helm/helm#3130
The text was updated successfully, but these errors were encountered: