-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
Description of the problem:
The odf node recovery svc is not binding to the odf node recovery controller pod because the svc "TargetPort" is https but the pod metric api is listening on 8080.
# the endpoint was originally blank like below due to the target port being https
oc describe svc odf-node-recovery-operator-controller-manager-metrics-
service
Port: https 8443/TCP
TargetPort: HTTPS
Endpoints:
# manually changing target port to 8080 allowed the binding
Port: https 8443/TCP
TargetPort: 8080/TCP
Endpoints: 10.129.2.60:8080