-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use cluster domain neutral svc dns #2655
Conversation
a0ecf1a
to
c7690de
Compare
7f60eb1
to
b07cab3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@jmeridth can i merge this PR? (still not permitted, although approved) |
@igor-enso you and I do not have permissions. I'm going to add authorized folks as reviewers. I also created #2658 to hopefully alleviate this in the future. |
@jmeridth Thank you! |
648f25a
to
62b9b04
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, the rest looks good to me!
Signed-off-by: Igor Makhtes <igor@enso.security>
Best pr ever. |
Signed-off-by: Igor Makhtes <igor@enso.security>
Noticed a bug : #2824 Not sure completely if this is a expected behviour, however if i rollback this PR changes in my local, not seeing the bug. |
#2657
Current implementation of NATS eventbus assumes the cluster has 'cluster.local' domain defined, which not always the case.
Solution
Use cluster domain invariant service name -
evenbus-name.eventbus-namespace.svc
instead ofevenbus-name.eventbus-namespace.svc.cluster.local
Checklist: