Replies: 1 comment
-
The Topology Operator needs access to the management API port 15672 to perform all its operation. When you create a custom resource |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The messaging topology operator needs access to port 15672 on each rabbitmq cluster.
To get this working we need to add networkpolicies in each namespace that has a rabbitmq cluster to allow traffic from the namespaces where the operator is installed (openshift-operators).
Assuming the operator just wants to verify if the port is alive, can this check somehow be disabled?
Beta Was this translation helpful? Give feedback.
All reactions