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
After installation of keda 2.11.1 we receive a TargetDown alert for the keda-operator-metrics-apiserver.
This is the cmd-line how the apiserver is started: /usr/local/bin/keda-adapter --port=8080 --secure-port=6443 --logtostderr=true --metrics-service-address=keda-operator.blueprint.svc.cluster.local:9666 --client-ca-file=/certs/ca.crt --tls-cert-file=/certs/tls.crt --tls-private-key-file=/certs/tls.key --cert-dir=/certs --v=0
We are using the helm chart to deploy keda and have enabled the metrics endpoint for the metricsServer and the operator:
Report
After installation of keda 2.11.1 we receive a TargetDown alert for the keda-operator-metrics-apiserver.
This is the cmd-line how the apiserver is started:
/usr/local/bin/keda-adapter --port=8080 --secure-port=6443 --logtostderr=true --metrics-service-address=keda-operator.blueprint.svc.cluster.local:9666 --client-ca-file=/certs/ca.crt --tls-cert-file=/certs/tls.crt --tls-private-key-file=/certs/tls.key --cert-dir=/certs --v=0
We are using the helm chart to deploy keda and have enabled the metrics endpoint for the metricsServer and the operator:
However any connection to port 8080 (metrics port) is refused on the keda-operator-metrics-apiserver.
Expected Behavior
keda-operator-metrics-apiserver exposes metrics on the metrics port (8080) and /metrics
Actual Behavior
Connection refused on port 8080
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.11.1
Kubernetes Version
1.26
Platform
Microsoft Azure
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: