-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Reorganise part of the Service concept #40671
Reorganise part of the Service concept #40671
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
386e16f
to
177aa99
Compare
{{< note >}} | ||
This section is indebted to the [Kubernetes Tips - Part | ||
1](https://akomljen.com/kubernetes-tips-part-1/) blog post from [Alen Komljen](https://akomljen.com/). | ||
{{< /note >}} |
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.
Dropping this mention after ≅ 5 years; the page has changed quite a bit since then.
177aa99
to
11df9ef
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.
This reorganisation makes sense by going through the context provided in the PR description.
/lgtm
LGTM label has been added. Git tree hash: 72986ae76ef0b2635f6e97d83c3fd982b5aab45d
|
11df9ef
to
bd9f1a1
Compare
bd9f1a1
to
26cd69f
Compare
either: | ||
|
||
* DNS CNAME records for [`type: ExternalName`](#externalname) Services. | ||
* DNS A / AAAA records for all IP addresses of the Service's ready endpoints, |
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.
Can you clarify how a Service gets its endpoints if it has no selector?
/approve |
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
LGTM label has been added. Git tree hash: 3958bea9cb2eb66c6611ecea69c88690a0651afc
|
@sftim Can you send another commit? |
26cd69f
to
22cdf9f
Compare
New changes are detected. LGTM label has been removed. |
22cdf9f
to
5fc2336
Compare
5fc2336
to
2516bc2
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tengqm 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 |
Move two sections (Headless Services, Discovering Services) within the Service concept.
Split out from #30817. View that PR, or #38563, to see these changes in context. They might not make much sense in isolation. In the bigger context, the change allows these details to appear after explaining the 4 types of Service.
These changes are an enabling reorganization to make other parts of #30817 easier to review.