We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
.status.conditions[?(@.type=="HTTPScaledObjectIsReady")].status
Is the query, but the type is never that value. Instead, that is the reason:
type
reason
status: conditions: - message: Identified HTTPScaledObject creation signal reason: PendingCreation status: Unknown timestamp: "2024-12-11T00:59:45Z" type: Ready - message: Finished object creation reason: HTTPScaledObjectIsReady status: "True" timestamp: "2024-12-11T00:59:45Z" type: Ready
Either a value of "True" or "False"
Empty value
kubectl get HTTPScaledObject
Active
n/a
0.8.0
1.30
Other
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: