Zbynek Roubalik

Results 36 issues of 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...

needs-discussion
feature-request
cant-touch-this

### Proposal Produce reproducible builds - we should be able to rebuild the same binary release everytime. ### Use-Case _No response_ ### Anything else? _No response_

feature-request

### 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...

help wanted
good first issue
feature-request
testing
stale-bot-ignore

### 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:...

help wanted
good first issue
feature-request
Hacktoberfest
cant-touch-this

### 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...

enhancement
needs-discussion
cant-touch-this

### 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_

help wanted
good first issue
feature-request
testing
stale-bot-ignore

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...

size/XL
ok-to-test

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...

lifecycle/frozen

### 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...

bug
testing