-
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
keda-operator-metrics-apiserver crashed due to lack of configmap related rbac #189
Comments
In my use case, the service account was created outside, and the service account name was set via the value file. in the service account file, it uses
and they were used by the deployments
however, within the rolebinding files, the service account was the
|
Should be closed? Was fixed by #190 ? |
I'm still getting this using the Helm chart 2.14.2 with no custom values on k3s in a dedicated ns |
Same problem here. Error message from log:
|
Same issue when upgrading from 2.13.2 to 2.15.1 (no custom values): Any update on this? |
I have the issue with chart in 2.15.2 with no custom values (I have the problem from 2.13.2 and cannot upgrade it) |
A clear and concise description of what the bug is.
Expected Behavior
keda-operator-metrics-apiserver shall be able to start properly
Actual Behavior
keda-operator-metrics-apiserver crashed with the following error:
Steps to Reproduce the Problem
helm apply with -n kube-system (or whatever)
monitor the keda-operator-metrics-apiserver pod
Specifications
The text was updated successfully, but these errors were encountered: