There is an issue with the official RHDH documentation regarding the installation of the operator using the provided installation script. The documentation instructs users to run the following commands:
https://github.com/janus-idp/operator/blob/main/.rhdh/docs/installing-ci-builds.adoc
cd /tmp curl -sSLO https://raw.githubusercontent.com/janus-idp/operator/main/.rhdh/scripts/install-rhdh-catalog-source.sh chmod +x install-rhdh-catalog-source.sh # install catalog source and operator subscription, for the latest stable RC or GA from 1.yy.x branch ./install-rhdh-catalog-source.sh --latest --install-operator rhdh # OR, install catalog source and operator subscription, for the next CI build from main branch ./install-rhdh-catalog-source.sh --next --install-operator rhdh
However, after executing the script and checking the operator installation, it consistently fails to install the operator. This issue is critical as the QE team is continuously testing the latest RC images or next CI builds, and the failure in the operator installation is blocking their work.
Steps to Reproduce:
Follow the steps in the official documentation to install the operator.
Execute the provided script.
Check the operator installation in OpenShift after running the script.
Expected Result:
The operator should install successfully after running the installation script.
Actual Result:
The operator installation fails consistently.
Environment
Tested on GCP, AWS, Azure
Openshift 4.14 and later
Tried with RHDH 1.3, 1.2, 1.1
- causes
-
RHIDP-4934 Unable to use install-catalog-source.sh script in Prow CI containers
- Closed
- relates to
-
RHIDP-3205 script installing registry-proxy images onto an airgapped cluster (alternative CI testing when can't use ICSP)
- Closed
- links to