Unable to install any operator from Operator Hub in ARO
Environment
- Azure Red Hat OpenShift (ARO)
- 4.x
Issue
- The
pull secret
created at the time of installation of ARO cluster isn't fully populated. - The
sample operators
provided byRed Hat
not populated in the OperatorHub section of OpenShift Console. - Unable to access the Red Hat official documentation website.
Resolution
A Red Hat pull secret
enables the cluster to access Red Hat images from registry.redhat.io
and the operators available in the cluster Operator Hub, and can be added at cluster installation or post-installation.
- ARO documentation at cluster installation.
- ARO documentation post cluster installation.
Diagnostic Steps
- Check the
pull secret
is present or not in the cluster.
$ oc get secrets pull-secret -n openshift-config -o template='{{index .data ".dockerconfigjson"}}' | base64 -d
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments