You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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 anauthenticationRef
,ignoreNullValues
andunsafeSsl
:Additionally, in the query section of every
ScaledObject
you want to be able to set an extra label filter:The text was updated successfully, but these errors were encountered: