I am trying to install istio using helm. I get an error "forbidden: attempt to grant extra privileges". I am using Azure AKS cluster.
Here is what I've tried with no luck.
- Using --set rbac.create=false
- Using a brand new cluster with RBAC turned off
- Created cluster role binding for cluster admin for the current user
[root@59373cb6f571 codebase]# helm install k8s/istio/helm/istio --name istio --namespace istio-system --set servicegraph.enabled=true --set grafana.enabled=true Error: release istio failed: clusterroles.rbac.authorization.k8s.io "istio-galley-istio-system" is forbidden: attempt to grant extra privileges: [{[] [admissionregistration.k8s.io] [validatingwebhookconfigurations] [] []} {[get] [config.istio.io] [] [] []} {[list] [config.istio.io] [] [] []} {[watch] [config.istio.io] [] [] []} {[get] [] [deployments] [istio-galley] []} {[get] [] [endpoints] [istio-galley] []}] user=&{system:serviceaccount:kube-system:default 8134fa11-dd8d-11e8-967b-56582c65801d [system:serviceaccounts system:serviceaccounts:kube-system system:authenticated] map[]} ownerrules=[] ruleResolutionErrors=[]