We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to add following RBAC to the Cluster Role used by KEDA Metrics Server:
- apiGroups: - flowcontrol.apiserver.k8s.io resources: - flowschemas - prioritylevelconfigurations
To give more info about this role, it allows for setting priority and fairness to requests. It essentially rate limit certain requests in favor of others based on a user defined config. https://kubernetes.io/docs/concepts/cluster-administration/flow-control/
No response
Yes
The text was updated successfully, but these errors were encountered:
Fix in charts is missing
Sorry, something went wrong.
This isn't required anymore as they disabled the feature as default (and we won't use it for the moment)
Successfully merging a pull request may close this issue.
Proposal
We need to add following RBAC to the Cluster Role used by KEDA Metrics Server:
To give more info about this role, it allows for setting priority and fairness to requests. It essentially rate limit certain requests in favor of others based on a user defined config. https://kubernetes.io/docs/concepts/cluster-administration/flow-control/
Use-Case
No response
Is this a feature you are interested in implementing yourself?
Yes
Anything else?
No response
The text was updated successfully, but these errors were encountered: