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

[zh] sync concepts/architecture/nodes.md #42733

Merged
merged 1 commit into from
Aug 27, 2023

Conversation

KKtheGhost
Copy link
Contributor

PR Summary

  • EN upstream: content/en/docs/concepts/architecture/nodes.md
  • Sync to: content/zh-cn/docs/concepts/architecture/nodes.md

Sync check by scripts/lsync.sh on main branch:

$ scripts/lsync.sh content/zh-cn/docs/concepts/architecture/nodes.md
diff --git a/content/en/docs/concepts/architecture/nodes.md b/content/en/docs/concepts/architecture/nodes.md
index 512a787919..0a5d098d1e 100644
--- a/content/en/docs/concepts/architecture/nodes.md
+++ b/content/en/docs/concepts/architecture/nodes.md
@@ -164,10 +164,10 @@ that should run on the Node even if it is being drained of workload applications

 A Node's status contains the following information:

-* [Addresses](/docs/concepts/node/node-status/#addresses)
-* [Conditions](/docs/concepts/node/node-status/#condition)
-* [Capacity and Allocatable](/docs/concepts/node/node-status/#capacity)
-* [Info](/docs/concepts/node/node-status/#info)
+* [Addresses](/docs/reference/node/node-status/#addresses)
+* [Conditions](/docs/reference/node/node-status/#condition)
+* [Capacity and Allocatable](/docs/reference/node/node-status/#capacity)
+* [Info](/docs/reference/node/node-status/#info)

 You can use `kubectl` to view a Node's status and other details:

@@ -175,7 +175,7 @@ You can use `kubectl` to view a Node's status and other details:
 kubectl describe node <insert-node-name-here>
 \```

-See [Node Status](/docs/concepts/node/node-status) for more details.
+See [Node Status](/docs/reference/node/node-status/) for more details.

 ## Node heartbeats

@@ -184,7 +184,7 @@ availability of each node, and to take action when failures are detected.

 For nodes there are two forms of heartbeats:

-* Updates to the [`.status`](/docs/concepts/node/node-status/) of a Node
+* Updates to the [`.status`](/docs/reference/node/node-status/) of a Node.
 * [Lease](/docs/concepts/architecture/leases/) objects
   within the `kube-node-lease`
   {{< glossary_tooltip term_id="namespace" text="namespace">}}.

Sync check byscripts/lsync.sh on sync/ingress-controllers branch:

$ $ scripts/lsync.sh content/zh-cn/docs/concepts/architecture/nodes.md
content/zh-cn/docs/concepts/architecture/nodes.md is still in sync

Thanks to the reviewers in advance.
Best Regards,

Kivinsae Fang

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Aug 26, 2023
@k8s-ci-robot k8s-ci-robot requested a review from howieyuen August 26, 2023 13:32
@k8s-ci-robot k8s-ci-robot added the language/zh Issues or PRs related to Chinese language label Aug 26, 2023
@k8s-ci-robot k8s-ci-robot requested a review from Sea-n August 26, 2023 13:32
@k8s-ci-robot k8s-ci-robot added the sig/docs Categorizes an issue or PR as relevant to SIG Docs. label Aug 26, 2023
@netlify
Copy link

netlify bot commented Aug 26, 2023

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 31022bf
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/64e9fef62513780008062021
😎 Deploy Preview https://deploy-preview-42733--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 configuration.

Copy link
Member

@windsonsea windsonsea left a comment

Choose a reason for hiding this comment

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

/approve

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

@windsonsea windsonsea left a comment

Choose a reason for hiding this comment

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

pick a nit.

-->
更多细节参见 [Node Status](/zh-cn/docs/concepts/node/node-status)。
更多细节参见 [Node Status](/zh-cn/docs/reference/node/node-status)。
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
更多细节参见 [Node Status](/zh-cn/docs/reference/node/node-status)
更多细节参见 [Node Status](/zh-cn/docs/reference/node/node-status/)

* [信息(Info)](/zh-cn/docs/concepts/node/node-status/#info)
* [地址(Addresses)](/zh-cn/docs/reference/node/node-status/#addresses)
* [状况(Condition)](/zh-cn/docs/reference/node/node-status/#condition)
* [容量与可分配(Capacity)](/zh-cn/docs/reference/node/node-status/#capacity)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* [容量与可分配(Capacity)](/zh-cn/docs/reference/node/node-status/#capacity)
* [容量(Capacity)与可分配(Allocatable](/zh-cn/docs/reference/node/node-status/#capacity)

Copy link
Member

@ydFu ydFu left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

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

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: windsonsea, ydFu

The full list of commands accepted by this bot can be found here.

The pull request process is described 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
Copy link
Contributor

LGTM label has been added.

Git tree hash: 200a715974ee3bd94f986edb85636123ae5ec91c

@k8s-ci-robot k8s-ci-robot merged commit 719b51a into kubernetes:main Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/zh Issues or PRs related to Chinese language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants