-
Notifications
You must be signed in to change notification settings - Fork 115
Active field from kubectl get httpscaledobject is always empty #1211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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. |
thanks for the bug report, looks like this has been the case ever since the project was started, somehow the condition I will at least fix the jsonpath for that kubectl command. |
Cool, thats really all I cared about. Thanks! |
Report
The "Active" field appears to be queried incorrectly, causing it to always be empty.
http-add-on/config/crd/bases/http.keda.sh_httpscaledobjects.yaml
Line 35 in 45f645f
Is the query, but the
type
is never that value. Instead, that is thereason
:Expected Behavior
Either a value of "True" or "False"
Actual Behavior
Empty value
Steps to Reproduce the Problem
kubectl get HTTPScaledObject
Active
column is empty.Logs from KEDA HTTP operator
HTTP Add-on Version
0.8.0
Kubernetes Version
1.30
Platform
Other
Anything else?
No response
The text was updated successfully, but these errors were encountered: