-
Notifications
You must be signed in to change notification settings - Fork 14.8k
docs: add an example of a Service-scoped Pod DNS record #49601
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: main
Are you sure you want to change the base?
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
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.
Shouldn't that be ending with .svc.cluster.local instead of .cluster.local ?
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.
Should be .svc.cluster.local
172-17-0-3.barista.cafe.**svc**.cluster.local
@jayeshmahajan yes, thanks! Updated. How about now? |
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
Perfect, thank you! |
@jayeshmahajan do you need to add the lgtm issue label and then assign @nate-double-u per robot's comments? 🙏 |
I'm still not member of Kubernetes org to do that. May be @bowei @thockin @dipesh-rawat @salaxander can do |
Thanks! /lgtm |
LGTM label has been added. Git tree hash: 4320ce96e202c2cd5d47886deb97f717ba9fed05
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jayeshmahajan, thockin The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
content/en/docs/concepts/services-networking/dns-pod-service.md
Outdated
Show resolved
Hide resolved
content/en/docs/concepts/services-networking/dns-pod-service.md
Outdated
Show resolved
Hide resolved
This example will help the reader understand. It's also more consistent to provide an example like the preceding Pod-scoped DNS record paragraphs. Update the other example to be consistent with the Pod DNS name's format. Signed-off-by: David Xia <david@davidxia.com>
New changes are detected. LGTM label has been removed. |
ready for another review. I think I addressed all comments so far. |
This example will help the reader understand. It's also more consistent to provide an example like the preceding Pod-scoped DNS record paragraphs.
follow up to #49532