Rick Brouwer
Rick Brouwer
From @benoittgt in the other PR: > If we merge this, I think this could also close this one PR #13375
> Tiny comment but the overall looks good to me. Thanks @rickbrouwer Hi @benoittgt Thanks for the review! And you're right! But before I make some changes, I see there's...
I looked at it from a slightly larger scope, namely the entire 'Getting Started with KEDA: A Simple Example'. The first thing I notice is that it says: "We'll use...
@zip-chanko The [default transformation](https://docs.dynatrace.com/docs/dynatrace-api/environment-api/metric-v2/metric-selector#default) replaces null values in the payload with the specified value. Is this something you can use?
I'll look at this PR later, but one point in advance. I believe SolarWinds is a new scaler and will therefore be available with release 2.18 instead of 2.17. Could...
> Normal SuccessfulRescale 44m (x2 over 23h) horizontal-pod-autoscaler New size: 86; reason: external metric s3-cron-Asia-Kolkata-0016xxx-0000xxx(&LabelSelector{MatchLabels:map[string]string{scaledobject.keda.sh/name: abc-app,},MatchExpressions:[]LabelSelectorRequirement{},}) above target Normal SuccessfulRescale 44m (x2 over 23h) Looking at your issue, I can...
I can only reproduce this if I specify both in a conflicting situation (both `false` and specifying `paused-replicas`). This: ``` annotations: autoscaling.keda.sh/paused-replicas: "2" autoscaling.keda.sh/paused: "false" ``` I think it would...
I use Keda 2.16.0 (with ArgoCD v2.12.8). The only thing I can reproduce is the following: When i initially place the above scaledObject with only a `paused` with value `false`...
"If both paused and paused-replicas are set, KEDA will scale your current workload to the number specified count in paused-replicas and then pause autoscaling." https://keda.sh/docs/2.17/concepts/scaling-deployments/#pausing-autoscaling
> @joelsmith Do you mind also refactoring it with the new declarative scaler configuration? #5797 I have refactored it in #6098