Closed cmosetick closed 6 years ago
Was able to get the helm install to work when I configured RBAC:
kubectl create serviceaccount --namespace kube-system tiller
kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
kubectl patch deploy --namespace kube-system tiller-deploy -p '{"spec":{"template":{"spec":{"serviceAccount":"tiller"}}}}'
I could not get your helm install process to work witch looked like this:
So I created a deployment yaml file instead that places the aws-ssm pod in a namespace called
aws-ssm
. Here is the log output of that pod: