-
Notifications
You must be signed in to change notification settings - Fork 220
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
Install Keda (helm chart) wihout admin permissions on AKS #563
Comments
Mind sharing some more information please? |
Hello, In a nutshell, we have installed Keda and we use scalers in our own AKS where we have administrative permissions to change Azure Kubernetes configuration then we are moving to a Shared AKS with other projects and each one has a namespace. When we try to use the same command to install keda:
We receive the following error message:
We understand that some script doesn't have setup the namespace and requiere information that we don't have permissions to access. The user that we are using doesn't have admin permission. Then there is some way to install with no admin permissions or to setup the namespace to all scripts? Best regards. |
User installing needs to have access to change CRDs as KEDA needs to be able to register these and think we even need to create some cluster roles as well |
Nope, unless you give the other user required permissions for the cluster-wide resources |
We are trying to install in a specific namespace without administrator permissions then the installation fails.
Expected Behavior
Install Keda, with helm chart, without administrator permissions
Actual Behavior
Fail when the user hasn't administrator permissions on AKS
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: