Zbynek Roubalik
Zbynek Roubalik
re-introduce vendor to satisfy reproducible builds requirement ### Checklist - [x] Commits are signed with Developer Certificate of Origin (DCO - [learn more](https://github.com/kedacore/keda/blob/main/CONTRIBUTING.md#developer-certificate-of-origin-signing-your-work)) - [ ] Changelog has been updated...
### Proposal Current activation (ie. scaling 01) is happening if there's **any** activity on the target scaler, ie. the condition for comparison is `metricFromScaler > 0`. The `threshold` property on...
### Proposal Produce reproducible builds - we should be able to rebuild the same binary release everytime. ### Use-Case _No response_ ### Anything else? _No response_
### Proposal MS SQL e2e test is using image `docker.io/cgillum/mssqlscalertest:latest` for consumer/producer part of the test. We don't own the sources and the app is written in C#. We should...
### Proposal As disscuseed on https://github.com/kedacore/keda/pull/2765#discussion_r848206848, we should unify the functions for Status & Conditions handling. Referencing controller related stuff here is suboptimal. There are two locations with similar functions:...
### Proposal Currently KEDA Metrics Server scrapes metrics values from external services (triggers) with each request from k8s server. This could overload the external service. https://github.com/kedacore/keda/blob/2446b8ea1b4bc1354b1cfa37ddaebf41fd035bb6/pkg/provider/provider.go#L72 We might want to...
### Proposal - Cover advanced options/scaling strategies of ScaledJob in e2e tests. - Add some unit tests for the scaledjob_controller.go ### Use-Case _No response_ ### Anything else? _No response_
Signed-off-by: Zbynek Roubalik # Changes # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: - [x] Follows the [authoring...
Currently only one custom or external metrics server in the cluster is supported (because there can be only one `APIService` resouce specified), as already discussed in #3 in #68. This...
### Report ``` 2024-01-18T15:51:12.9661588Z Execution of tests/scalers/redis/redis_sentinel_streams_length/redis_sentinel_streams_length_test.go, has failed after "three" attempts 2024-01-18T15:51:12.9664307Z Execution of tests/scalers/redis/redis_sentinel_lists/redis_sentinel_lists_test.go, has failed after "three" attempts 2024-01-18T15:51:12.9666957Z Execution of tests/scalers/redis/redis_sentinel_streams_lag/redis_sentinel_streams_lag_test.go, has failed after "three" attempts...