-
Notifications
You must be signed in to change notification settings - Fork 117
fix(docs): fix dig commands for each CoreDNS instance in local tutorial #1832
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
base: master
Are you sure you want to change the base?
fix(docs): fix dig commands for each CoreDNS instance in local tutorial #1832
Conversation
Signed-off-by: Matt Welke <[email protected]>
✅ Deploy Preview for k8gb-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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
Although Colima on MacOS can't forward UDP traffic, so we setup TCP there |
Ah so it's a Mac vs. Linux thing. Do you know if there's a way to write a command that works on both? |
Hi @mattwelke , The long story short, the Docker Desktop has strict licensing requirements for using in corporations. It is not free, so instead of Docker Desktop, Colima was chosen. Unfortunately, Colima does not support UDP, so we explicitly use TCP for testing. |
@k0da , @jkremser , @ytsarev , @abaguas - |
Should we hide |
I develop using Docker Desktop, so I am also fine switching to udp by default |
Resolves #1830.
Fixes the commands by removing "+tcp" from them, so that dig uses UDP instead.
Error before:
Output after (example):