Skip to content
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 autoscaling additional requirements #10265

Open
bjorns163 opened this issue Dec 17, 2024 · 1 comment · May be fixed by #10266
Open

KEDA autoscaling additional requirements #10265

bjorns163 opened this issue Dec 17, 2024 · 1 comment · May be fixed by #10266

Comments

@bjorns163
Copy link

I've been testing the KEDA autoscaling option but when I connect it to the data source I'm missing some configuration options, also there's no option to authenticate to the data source. And if your data source has multiple instances of mimir in it, there is no way to filter the correct instance from the metrics.

In the ScaledObject there is a need for, authModes, with an authenticationRef, ignoreNullValues and unsafeSsl :

triggers:
    - authenticationRef:
        name: keda-triggger-auth
      metadata:
        authModes: basic
        ignoreNullValues: 'true'
        unsafeSsl: 'false'

Additionally, in the query section of every ScaledObject you want to be able to set an extra label filter:

cluster_name="test"
@bjorns163 bjorns163 linked a pull request Dec 17, 2024 that will close this issue
@bjorns163
Copy link
Author

I've added a PR that fixes all this. Would like to know what you guys think of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant