Description of problem:
Tried to run this script on a clusterbot cluster - rosa create 4.16 3h:
./install-rhdh-catalog-source.sh --latest --install-operator rhdh
First problem was that the OCP version was not correctly computed, and I had vnull instead of v4.16.
Then the next problem was that umoci wasn't installed, but the script just exited without an error, because the error ran in a subshell.
Finally, I solved those problems – see linked PR @ https://github.com/redhat-developer/rhdh-operator/pull/490
But now I'm seeing this:
error: build error: failed to pull image: After retrying 2 times, Pull image still failed due to error: loading registries configuration "/var/run/configs/openshift.io/build-system/registries.conf": invalid condition: both location and prefix are unset error: the build rhdh/iib-1 status is "Failed" error: "rhdh/iib:latest" is not currently pointing to an image, cannot use it as the source of a tag [DEBUG] IIB built and pushed to internal cluster registry: image-registry.openshift-image-registry.svc:5000/rhdh/iib:latest-v4.16-x86_64... [DEBUG] newIIBImage=image-registry.openshift-image-registry.svc:5000/rhdh/iib:latest-v4.16-x86_64 catalogsource.operators.coreos.com/rhdh-fast created Creating OperatorGroup to allow all-namespaces operators to be installed operatorgroup.operators.coreos.com/rhdh-operator-group created subscription.operators.coreos.com/rhdh created
So if I try to follow the next step:
To install, go to:
https://console-openshift-console.apps.rosa.xpupw-8dstw-iuf.x3k8.p3.openshiftapps.com/catalog/ns/rhdh-operator?catalogType=OperatorBackedService
... the page is blank and there's nothing I can install.
Or if copy and paste the yaml to create a Backstage object with oc apply, I get this:
error: resource mapping not found for name: "developer-hub" namespace: "rhdh-operator" from "STDIN": no matches for kind "Backstage" in version "rhdh.redhat.com/v1alpha3" ensure CRDs are installed first
- relates to
-
RHIDP-4934 Unable to use install-catalog-source.sh script in Prow CI containers
- Closed