-
Notifications
You must be signed in to change notification settings - Fork 21
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
In cluster lookups do not use local DNS resolver on macOS Apple Silicon. #507
Comments
Using Apple Silicon version of In
The
The
and the host cannot be resolved from Kind cluster docker container either.
|
From Intel box the |
This may boil down to the prior known issue seen where golang binaries when compiled as cross architecture builds for macOS rather than native build don't do networking properly such that |
Trying to implement DNS on home router doesn't work either. Seems like Kind cluster may be going direct to 8.8.8.8 or other public DNS and ignoring home network router DNS. |
Way around this may be to edit coredns config and add a line like:
where the IP address is that of the host where DNS server is running, or perhaps could point at the local DNS resolver (dnsmasq). |
Describe the bug
Did see this a long time back and ignored it since I usually worked on Intel macOS and was too busy to look at it at the time.
On Apple Silicon macOS, if use local DNS resolver, it is not used inside of the cluster when looking up hostnames. This causes workshop session authentication to fail.
Have never had an issue with this on Intel macOS.
Additional information
Using Intel version of
educates
CLI on Apple Silicon. Don't know if this is part of the issue and need to check with Apple Silicon version ofeducates
CLI when creating cluster.The text was updated successfully, but these errors were encountered: