Skip to content
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

Closed

Conversation

sftim
Copy link
Contributor

@sftim sftim commented Apr 13, 2023

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.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 13, 2023
@k8s-ci-robot k8s-ci-robot added the language/en Issues or PRs related to English language label Apr 13, 2023
@k8s-ci-robot k8s-ci-robot added sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 13, 2023
@netlify
Copy link

netlify bot commented Apr 13, 2023

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 2516bc2
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/6463394dbc30cf000890ce80
😎 Deploy Preview https://deploy-preview-40671--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@sftim sftim force-pushed the 20230413_revise_service_concept_partially branch from 386e16f to 177aa99 Compare April 13, 2023 20:48
Comment on lines 1171 to 1168
{{< 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 >}}
Copy link
Contributor Author

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.

@sftim sftim force-pushed the 20230413_revise_service_concept_partially branch from 177aa99 to 11df9ef Compare April 13, 2023 20:51
Copy link
Member

@dipesh-rawat dipesh-rawat left a 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

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 14, 2023
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 72986ae76ef0b2635f6e97d83c3fd982b5aab45d

@sftim sftim force-pushed the 20230413_revise_service_concept_partially branch from 11df9ef to bd9f1a1 Compare May 9, 2023 10:36
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 9, 2023
@k8s-ci-robot k8s-ci-robot requested a review from dipesh-rawat May 9, 2023 10:36
@sftim sftim force-pushed the 20230413_revise_service_concept_partially branch from bd9f1a1 to 26cd69f Compare May 10, 2023 08:02
either:

* DNS CNAME records for [`type: ExternalName`](#externalname) Services.
* DNS A / AAAA records for all IP addresses of the Service's ready endpoints,
Copy link
Contributor

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?

@tengqm
Copy link
Contributor

tengqm commented May 10, 2023

/approve
There is one technical point unclear to me. A clarification is desirable but not mandatory because this PR is only refactoring existing contents to make the text flow.

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 10, 2023
Copy link
Member

@dipesh-rawat dipesh-rawat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 10, 2023
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 3958bea9cb2eb66c6611ecea69c88690a0651afc

@kbhawkey
Copy link
Contributor

@sftim Can you send another commit?

@sftim
Copy link
Contributor Author

sftim commented May 14, 2023

@sftim Can you send another commit?

As tech leads, we're able to trigger rebuilds (@kbhawkey & I). I'll do that for this PR.

@kbhawkey
Copy link
Contributor

@sftim Can you send another commit?

As tech leads, we're able to trigger rebuilds (@kbhawkey & I). I'll do that for this PR.

👌

@sftim sftim force-pushed the 20230413_revise_service_concept_partially branch from 26cd69f to 22cdf9f Compare May 15, 2023 13:33
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 15, 2023
@k8s-ci-robot
Copy link
Contributor

New changes are detected. LGTM label has been removed.

@k8s-ci-robot k8s-ci-robot requested a review from dipesh-rawat May 15, 2023 13:33
@sftim sftim force-pushed the 20230413_revise_service_concept_partially branch from 22cdf9f to 5fc2336 Compare May 15, 2023 16:19
@sftim sftim closed this May 16, 2023
@sftim sftim force-pushed the 20230413_revise_service_concept_partially branch from 5fc2336 to 2516bc2 Compare May 16, 2023 08:05
@k8s-ci-robot k8s-ci-robot removed the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label May 16, 2023
@sftim sftim deleted the 20230413_revise_service_concept_partially branch May 16, 2023 08:05
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 16, 2023
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot removed the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants