Error: release name failed: namespaces “default” is forbidden: User “system:serviceaccount:kube-system:default” cannot get namespaces in the namespace “default”
If you are getting this error when running helm install command, it is simply because you don’t have the permission to deploy tiller. Therefore you need to add an account for it. Please use below commands to do so.
kubectl --namespace kube-system create serviceaccount tillerkubectl create clusterrolebinding tiller-cluster-rule \…