Uploaded image for project: 'FlightPath'
  1. FlightPath
  2. FLPATH-2297

odf node recovery metric svc not binding to controller pod due to target port

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • None
    • odf-node-recovery
    • False
    • Hide

      None

      Show
      None
    • 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
      

              jgil@redhat.com Jordi Gil
              chadcrum Chad Crum
              Chad Crum Chad Crum
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: