-
Notifications
You must be signed in to change notification settings - Fork 335
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: allow customizing cluster domain #1031
Conversation
I'm only vaguely familiar with how DNS resolution works when the cluster domain is not specified. I know it works in most cases, but I'm sure there are some edge cases e.g. maybe with a service mesh (e.g. Istio) or other multi-cluster setup. Also, the trailing dot that we leave in the generated domain name if cluster domain is defined as |
baf657b
to
fbefee2
Compare
db08a05
to
116af7a
Compare
b31b213
to
53a529b
Compare
53a529b
to
64ea30d
Compare
64ea30d
to
3fbe3c7
Compare
7a727c6
to
549a1d9
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.
Looks fine to me, Thanks @aslafy-z
b73b12e
to
d87bd2e
Compare
d87bd2e
to
98c6a07
Compare
@siliconbrain I think I addresses all the comments you left. Please have another check. |
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
98c6a07
to
4e0b77c
Compare
Signed-off-by: GitHub <[email protected]>
4e0b77c
to
bdf875d
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.
👍
What's in this PR?
Enable users to customize cluster domain
Checklist
To Do