AMQ 7.2 Broker OpenShift Installation Documentation Issue

Posted on

https://access.redhat.com/documentation/en-us/red_hat_amq/7.2/html/deploying_amq_broker_on_openshift_container_platform/install-deploy-ocp-broker-ocp#installing-broker-ocp_broker-ocp

The 'oc' commands in this documentation section need to include '-n openshift' to ensure the image streams and templates are created in the correct namespace. If a user already has logged into an OCP environment and used 'oc project ...' to switch to a project other than 'openshift', these commands will import the AMQ image streams and templates into that project instead.

Solutions include:
* Adding '-n openshift' to each of the 'oc' commands
* Adding an 'oc project openshift' explicitly after the 'oc login -u system:admin'

Responses