-
Task
-
Resolution: Done
-
Major
-
None
-
None
Currently we use node ports when accessing the shared infra via AMQP. However, this is a problem when running tests on real kubernetes cluster like GKE, AWS ocp, openstack ocp etc..., as there is no access to the node, and thus no access to the node port.
For OCP4 we can rely on the OpenShift Routes, and for Minikube we can continue to use the node port approach.