Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-33878

Extract custom certificate for ingresscontroller (if exists) rather then the default one during the Image Registry with Nooba storage configuration procedure.

XMLWordPrintable

    • Moderate
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      Change the script reported here [1], at point 6 in "Configuring the Image Registry Operator to use Noobaa storage with Red Hat OpenShift Data Foundation" from:
      ~~~
      oc extract secret/router-certs-default  -n openshift-ingress  --confirm
      ~~~
      to:
      ~~~
      oc extract secret/$(oc get ingresscontroller -n openshift-ingress-operator default -o json | jq '.spec.defaultCertificate.name // "router-certs-default"' -r) -n openshift-ingress --confirm
      ~~~
      
      as if the OpenShift user set-up its own certificates for *.apps endpoints this certificate is needed rather then the default one.

      Version-Release number of selected component (if applicable):

          4.16 (the same replacement is needed for versions < 4.16)

              rhn-support-gmeghnag Gabriel Meghnagi
              rhn-support-gmeghnag Gabriel Meghnagi
              XiuJuan Wang XiuJuan Wang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: