kedacore / keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
https://keda.sh
Apache License 2.0
8.3k stars 1.05k forks source link

False Alarm @ v2.15.0 #6125

Open lsteinberg-r7 opened 2 weeks ago

lsteinberg-r7 commented 2 weeks ago

Report

In the scaled job description (for triggers redis / mongodb and probably more) I'm seeing this log -

image

Even though scaler is built and jobs are starting correctly. My hunch is that it happens when more than one scaler is defined in the same deployment. Probably not urgent but should be checked.

Expected Behavior

No warnings in scaler description if it's built correctly.

Actual Behavior

Warning logs are present.

Steps to Reproduce the Problem

  1. Try to define two redis scalers in same deployment
  2. Deploy
  3. Check scaler events (k9s > :scaledjobs > scaler description)

Logs from KEDA operator

image

KEDA Version

2.15.0

Kubernetes Version

1.28

Platform

Google Cloud

Scaler Details

Redis

Anything else?

No response

JorTurFer commented 2 weeks ago

Hello Could you share KEDA operator logs?

lsteinberg-r7 commented 1 week ago

Hello Could you share KEDA operator logs?

No valuable logs to share as far as I can see