No broker after upgrading to operator 1.2.1 #918
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
here is my def for the ActiveMqArtemis
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion. I am not interested in accessing web console from outside kube network. However, I have an application running on a different namespace that need to send request to jolokia endpoints (hosted inside web console by default). The app send request to http://activemq-artemis-broker-wconsj-0-svc.mynamespace.svc.cluster.local:8161. If I set spec.console.expose=false, would my app still be able to access the jolokia endpoints? |
Beta Was this translation helpful? Give feedback.
@lnthai2002 by default, the expose mode is
ingress
on Kubernetes and in your CR the fieldspec.console.expose
istrue
. This issue is expected because since 1.2.0 the operator fails the validation for the acceptors, connectors and console exposed with the ingress mode when both ingress domain and ingress host are not specified, for further details see #828.You can fix this issue setting the field
spec.console.expose
tofalse
or setting a value for the fieldspec.console.ingressHost
or setting a value for the fieldspec.ingressDomain
, i.e.