-
Notifications
You must be signed in to change notification settings - Fork 691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manifest fails on Azure ("attempt to grant extra privileges") #17
Comments
Ah, I think Azure/acs-engine#680 is probably the issue here. |
Thanks for reporting the issue. I did wonder whether including the RBAC rules by default would cause problems for anyone, and it seems "yes" :( The easy workaround is to download the controller.yaml and remove all the RBAC rules. Please let me know if https://gist.github.com/anguslees/cd81816ada739258dd493114818753a6 works for you (actually verify that it can create secrets, etc not just that |
@anguslees Yeah including that in future releases would indeed be useful, at least for a while, at some point it would probably good to push everyone to use RBAC. Anyway, I updated your snippet to 0.3.0 and then ran the commands from the readme and all working. Thanks for posting this so quickly. |
RBAC doesn't work on Azure atm, and the additional RBAC rules may also be undesirable in other future situations. This change adds and publishes a `controller-norbac.yaml` which is the bare minimum required for controller functionality (TPR and controller service/deployment). Fixes bitnami-labs#17
RBAC doesn't work on Azure atm, and the additional RBAC rules may also be undesirable in other future situations. This change adds and publishes a `controller-norbac.yaml` which is the bare minimum required for controller functionality (TPR and controller service/deployment). Fixes bitnami-labs#17
RBAC doesn't work on Azure atm, and the additional RBAC rules may also be undesirable in other future situations. This change adds and publishes a `controller-norbac.yaml` which is the bare minimum required for controller functionality (TPR and controller service/deployment). Fixes bitnami-labs#17
After fixing the error mentioned in #16 I get the following error:
I have just created a fresh cluster on azure, via acs-engine running on k8s 1.6.6 - not quite sure where the issues is.
The text was updated successfully, but these errors were encountered: