-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.13.z, 4.12.z, 4.14.z, 4.15.z, 4.16
-
Moderate
-
None
-
3
-
OSDOCS Sprint 263
-
1
-
False
-
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)
- clones
-
OCPBUGS-33878 Extract custom certificate for ingresscontroller (if exists) rather then the default one during the Image Registry with Nooba storage configuration procedure.
-
- Closed
-
- is duplicated by
-
OCPBUGS-33878 Extract custom certificate for ingresscontroller (if exists) rather then the default one during the Image Registry with Nooba storage configuration procedure.
-
- Closed
-