Skip to content

No broker after upgrading to operator 1.2.1 #918

Closed Answered by brusdev
lnthai2002 asked this question in Q&A
Discussion options

You must be logged in to vote

@lnthai2002 by default, the expose mode is ingress on Kubernetes and in your CR the field spec.console.expose is true. 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 to false or setting a value for the field spec.console.ingressHost or setting a value for the field spec.ingressDomain, i.e.

spec:
  ingressDomain: 'my-org.com'

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@brusdev
Comment options

Answer selected by brusdev
Comment options

You must be logged in to vote
2 replies
@brusdev
Comment options

@lnthai2002
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants