Skip to content

[zh-cn]Add blog 2025-04-23-storage-capacity-scoring #50705

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

my-git9
Copy link
Member

@my-git9 my-git9 commented Apr 27, 2025

content/zh-cn/blog/_posts/2025-04-23-storage-capacity-scoring.md

@k8s-ci-robot
Copy link
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 ydfu for approval. For more information see the Code Review Process.

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 requested review from SataQiu and tengqm April 27, 2025 14:09
@k8s-ci-robot k8s-ci-robot added area/localization General issues or PRs related to localization cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/zh Issues or PRs related to Chinese language 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 27, 2025
@@ -0,0 +1,137 @@
---
layout: blog
title: "Kubernetes 1.33:动态配置节点的存储容量评分(Alpha 版)”
Copy link
Contributor

Choose a reason for hiding this comment

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

dynamic provisioning 指的是什么?是节点还是存储?

-->
Kubernetes v1.33 引入了一个名为 `StorageCapacityScoring` 的新 Alpha 级别**特性**。
此**特性**添加了一种为 Pod 调度评分的方法,
并与[拓扑感知卷供应](/blog/2018/10/11/topology-aware-volume-provisioning-in-kubernetes/)相关。
Copy link
Contributor

Choose a reason for hiding this comment

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

对于存储卷而言,provisioning 我们统一翻译为“制备”

the least storage capacity node. This feature helps maximize resource utilization by filling up nodes more sequentially, starting with the most
utilized nodes first that still have enough storage capacity for the requested volume size.
-->
此特性对于配置节点本地的 PV 非常有用,这些 PV 的大小限制基于节点的存储容量。
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
此特性对于配置节点本地的 PV 非常有用,这些 PV 的大小限制基于节点的存储容量
此特性对于制备节点本地的 PV 非常有用,这些 PV 的大小限制取决于节点的存储容量

utilized nodes first that still have enough storage capacity for the requested volume size.
-->
此特性对于配置节点本地的 PV 非常有用,这些 PV 的大小限制基于节点的存储容量。
通过使用此特性,你可以将 PV 分配给具有最多可用存储空间的节点,
Copy link
Contributor

Choose a reason for hiding this comment

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

assign 不是“分配”,是“指派”,指定那个节点来提供 PV。
用“分配”的说法,意思全错了。

以便以后尽可能多地扩展 PV。

在另一个用例中,你可能希望通过选择存储容量最小的节点,
在云环境中尽可能减少节点数量以降低操作成本。
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
在云环境中尽可能减少节点数量以降低操作成本
在云环境中尽可能减少节点数量以降低运维成本


在另一个用例中,你可能希望通过选择存储容量最小的节点,
在云环境中尽可能减少节点数量以降低操作成本。
此特性有助于通过从利用率最高的节点开始填充节点来最大化资源利用率,
Copy link
Contributor

Choose a reason for hiding this comment

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

这句理解的不对。原文的意思是找利用率很高的节点,并继续提高它的利用率,进而减少对节点数量的要求。

-->
## 如何使用

### 启用特性
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
### 启用特性
### 启用此特性

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. language/zh Issues or PRs related to Chinese language 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants