Yury Akudovich

Results 7 issues of Yury Akudovich

Makes ScaledObject API to be closer to ScaleJob API. Renames functions to MinReplicaCount and MaxReplicaCount. Updates doc strings to correspond new names. Set MinReplicaCount default to 0 as written in...

### Report Keda reports error: ``` MinReplicaCount=1 must be less than MaxReplicaCount=0 ``` If MinReplicaCount=0 and MaxReplicaCount=0 ### Expected Behavior No errors reported, the object scaled to 0. ### Actual...

bug

### What happened? Commands `kubectl completion zsh`, `kubectl config current-context`, `kubectl version` and many others are too slow because they are trying to connect to the server. This is very...

kind/bug
sig/cli
lifecycle/rotten
needs-triage

Hi there, It would be better to set `template` to `template1` in `postgresql_database`: `template1` is default behaviour in [PostgreSQL](https://www.postgresql.org/docs/current/sql-createdatabase.html) and more importantly some cloud providers like GCP set owner of...

## Describe Your Changes Add RemoteWrite Retry Controls This PR introduces two new flags to the remote write functionality: - remoteWrite.retryMinInterval - remoteWrite.retryMaxTime These flags provide finer control over the...

I'm trying to use flux-build for not a big gitops repo, but it downloads ~30 helm charts 4000 times! This overloads our registry and slows down rendering a lot. I've...

## What ❔ Add zksync_prover_autoscaler, which collects data, but only reports metrics instead of actual scaling. ## Why ❔ First step in creating fast global prover autoscaler. ## Checklist -...