-
Bug
-
Resolution: Done-Errata
-
Normal
-
None
-
4.14
-
None
-
No
-
3
-
PODAUTO - Sprint 252
-
1
-
False
-
-
-
Bug Fix
-
In Progress
Description of problem:
keda-metrics-apiserver is configured with http endpoint, but the service exposes the endpoint with "metrics" name. Therefore, it is not enabled.
Version-Release number of selected component (if applicable):
4.14
How reproducible:
Always
Steps to Reproduce:
1. Install a 4.14, install the CMA, and then instance a default keda controller
Actual results:
ServiceMonitor keda-metrics-apiserver is not enabled
Expected results:
ServiceMonitor keda-metrics-apiserver enabled
Additional info:
oc get endpoints -n openshift-keda keda-metrics-apiserver -o yaml
... ports: - name: metrics port: 8080 protocol: TCP - name: https port: 6443 protocol: TCP
oc get servicemonitor -n openshift-keda keda-metrics-apiserver -o yaml
... spec: endpoints: - interval: 60s port: http
- links to
-
RHSA-2024:129656 Custom Metrics Autoscaler Operator for Red Hat OpenShift 2.12.1-376 Bug Fixes