Skip to content

[zh-tw] Translate _index.md and install-use-dra.md in content/zh-tw/docs/tutorials/cluster-management/#55117

Open
yychanlee wants to merge 1 commit intokubernetes:dev-1.35-zh-tw.1from
yychanlee:zh-tw-cluster-management
Open

[zh-tw] Translate _index.md and install-use-dra.md in content/zh-tw/docs/tutorials/cluster-management/#55117
yychanlee wants to merge 1 commit intokubernetes:dev-1.35-zh-tw.1from
yychanlee:zh-tw-cluster-management

Conversation

@yychanlee
Copy link
Copy Markdown

Part of #55046

Localizes:

  • content/zh-tw/docs/tutorials/cluster-management/_index.md
  • content/zh-tw/docs/tutorials/cluster-management/install-use-dra.md

Adds includes bundle:

  • content/zh-tw/includes/index.md
  • content/zh-tw/includes/task-tutorial-prereqs.md

Updates i18n (i18n/zh-tw/zh-tw.toml):

  • objectives_heading, prerequisites_heading, cleanup_heading, version_check_mustbe, version_check_mustbeorlater, version_check_tocheck

/kind documentation
/area localization
/language zh-tw

@k8s-ci-robot k8s-ci-robot added kind/documentation Categorizes issue or PR as related to documentation. area/localization General issues or PRs related to localization language/zh-tw Issues or PRs related to Traditional Chinese language labels Mar 28, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign nate-double-u for approval. For more information see the Code Review Process.

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

Details 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 added sig/docs Categorizes an issue or PR as relevant to SIG Docs. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Mar 28, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 28, 2026

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 4ce25f6
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/69c8926a729a8d0008e71f41
😎 Deploy Preview https://deploy-preview-55117--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 project configuration.

text="裝置" term_id="device">}}配置給 Pod。本頁面適合叢集管理員閱讀。

{{< glossary_tooltip text="動態資源分配(DRA)" term_id="dra" >}}讓叢集能夠管理硬體資源的可用性與分配,以滿足 Pod 對硬體資源的需求與偏好。
為了支援此功能,Kubernetes 內建組件(如 Kubernetes 排程器、kubelet 和 kube-controller-manager)與裝置擁有者提供的第三方驅動程式(稱為 DRA 驅動程式)共同負責在 Pod 生命週期中公告、分配、準備、掛載、健康檢查、解除準備及清理資源。這些組件透過 `resource.k8s.io` API 群組中的一系列 DRA 專用 API 共享資訊,包括 {{<
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
為了支援此功能,Kubernetes 內建組件(如 Kubernetes 排程器、kubelet 和 kube-controller-manager)與裝置擁有者提供的第三方驅動程式(稱為 DRA 驅動程式)共同負責在 Pod 生命週期中公告、分配、準備、掛載、健康檢查、解除準備及清理資源。這些組件透過 `resource.k8s.io` API 群組中的一系列 DRA 專用 API 共享資訊,包括 {{<
為了支援此功能,Kubernetes 內建組件(如 Kubernetes 排程器、kubelet 和 kube-controller-manager)
與裝置擁有者提供的第三方驅動程式(稱為 DRA 驅動程式)共同負責在 Pod 生命週期中公告、分配、準備、掛載、健康檢查、解除準備及清理資源。
這些組件透過 `resource.k8s.io` API 群組中的一系列 DRA 專用 API 共享資訊,包括 {{<

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

截圖 2026-03-29 上午10 12 21 Sorry for asking again. I understand the rationale for using shorter lines, but I noticed that breaking the lines here introduces an extra space in the rendered output. Would it make more sense to prioritize the final rendered result to ensure correct formatting?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Well ... I don't see that extra space is that important if not placed between two adjacent Chinese characters. As mentioned in another PR review, breaking long lines even for English text is recommended because it really helps make your future days easy. Suppose there is a typo in this long line, now fixed in the English text, what we will see as downstream translators? We will see a huge chunk of red text replace by a huge chunk of green text. The diff generated by git is on a line-by-line comparison basis. You know that.


1. 為 DRA 驅動程式建立 {{< glossary_tooltip term_id="priority-class" >}}。
PriorityClass 可防止 DRA 驅動程式組件被搶佔,該組件負責處理具有資源請求的 Pod 的重要生命週期操作。
深入了解 [Pod 優先權與搶佔](/zh-tw/docs/concepts/scheduling-eviction/pod-priority-preemption/)。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Cannot see the English context in the same screen when reviewing this bullet.
An improvement would be to translate each item separately.
The drawback is that we have to explicitly assign order numbers.

Suggested change
深入了解 [Pod 優先權與搶佔](/zh-tw/docs/concepts/scheduling-eviction/pod-priority-preemption/)。
<!--
1. <the English text here ...>
-->
3. 深入了解 [Pod 優先權與搶佔](/zh-tw/docs/concepts/scheduling-eviction/pod-priority-preemption/)

[minikube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/)
or you can use one of these Kubernetes playgrounds:
-->
您需要有一個 Kubernetes 叢集,且必須設定 kubectl 命令列工具與叢集通訊。建議在至少有兩個不擔任控制平面主機的節點的叢集上執行本教學。如果您還沒有叢集,可以使用 [Minikube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/) 建立一個,或使用以下其中一個 Kubernetes 練習環境:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
您需要有一個 Kubernetes 叢集,且必須設定 kubectl 命令列工具與叢集通訊。建議在至少有兩個不擔任控制平面主機的節點的叢集上執行本教學。如果您還沒有叢集,可以使用 [Minikube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/) 建立一個,或使用以下其中一個 Kubernetes 練習環境:
您需要有一個 Kubernetes 叢集,且必須設定 kubectl 命令列工具與叢集通訊。
建議在至少有兩個不擔任控制平面主機的節點的叢集上執行本教學。
如果您還沒有叢集,可以使用 [Minikube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/) 建立一個,
或使用以下其中一個 Kubernetes 練習環境:

@yychanlee yychanlee force-pushed the zh-tw-cluster-management branch from 136e566 to bf564c9 Compare March 29, 2026 02:23
Signed-off-by: yychanlee <polo80456@gmail.com>
@yychanlee yychanlee force-pushed the zh-tw-cluster-management branch from bf564c9 to 4ce25f6 Compare March 29, 2026 02:45
@lmktfy
Copy link
Copy Markdown
Member

lmktfy commented Mar 29, 2026

nit: avoid Markdown in shortlogs

/retitle [zh-tw] Translate _index.md and install-use-dra.md in content/zh-tw/docs/tutorials/cluster-management/

@k8s-ci-robot k8s-ci-robot changed the title [zh-tw] Translate _index.md and install-use-dra.md in content/zh-tw/docs/tutorials/cluster-management/ [zh-tw] Translate _index.md and install-use-dra.md in content/zh-tw/docs/tutorials/cluster-management/ Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/localization General issues or PRs related to localization cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/documentation Categorizes issue or PR as related to documentation. language/zh-tw Issues or PRs related to Traditional Chinese language sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants