Closed sjwaight closed 3 years ago
Hi @sjwaight , I was also able to work around the issue with this command
helm install stable/nginx-ingress --name ingress --namespace kube-system --set rbac.create=false --set rbac.createRole=false --set rbac.createClusterRole=false
I added a pull request to this repo. Which repo is the 'main' one that issues and pull requests should be made on?
Given age, I am closing this issue.
The command
Fails when being deployed to AKS (k8s 1.9.6) due to RBAC.
Work around in the meantime is to install nginx the old fashioned way.