You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
All issues that are marked as stale due to inactivity
label
Jan 27, 2025
Report
When a ScaledObject is created with a long name of more than 63 characters, KEDA fails to create HPA because of the limitation of the label length in the k8s resource.
Expected Behavior
KEDA creates HPA successfully even when the name of ScaledObject is longer than 63 characters.
Actual Behavior
KEDA fails to create HPA when the name of ScaledObject is longer than 63 characters.
Steps to Reproduce the Problem
This is the ScaledObject spec to reproduce the issue.
Here is outputs when checking HPA/ScaledObject.
Logs from KEDA operator
KEDA Version
2.16.0
Kubernetes Version
1.29
Platform
Any
Scaler Details
Any, but I used cpu scaler for testing.
Anything else?
This issue is also mentioned #2915 (comment).
The text was updated successfully, but these errors were encountered: