Merge pull request #44450 from Fan-Lin/FL01

[zh] Localize /feature-gates/b*.md
pull/44469/head
Kubernetes Prow Robot 2023-12-22 02:18:18 +01:00 committed by GitHub
commit 12a8768dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
# Removed from Kubernetes
title: BalanceAttachedNodeVolumes
content_type: feature_gate
_build:
list: never
render: false
---
<!--
Include volume count on node to be considered for
balanced resource allocation while scheduling. A node which has closer CPU,
memory utilization, and volume count is favored by the scheduler while making decisions.
-->
在调度时考虑节点上的卷数量,以实现平衡资源分配。
调度器在决策时会优先考虑 CPU、内存利用率和卷数更近的节点。

View File

@ -0,0 +1,17 @@
---
# Removed from Kubernetes
title: BlockVolume
content_type: feature_gate
_build:
list: never
render: false
---
<!--
Enable the definition and consumption of raw block devices in Pods.
See [Raw Block Volume Support](/docs/concepts/storage/persistent-volumes/#raw-block-volume-support)
for more details.
-->
启用在 Pod 中定义和使用原始块设备。
更多详情请参见[原始块卷支持](/zh-cn/docs/concepts/storage/persistent-volumes/#raw-block-volume-support)。

View File

@ -0,0 +1,27 @@
---
# Removed from Kubernetes
title: BoundServiceAccountTokenVolume
content_type: feature_gate
_build:
list: never
render: false
---
<!--
Migrate ServiceAccount volumes to use a projected volume
consisting of a ServiceAccountTokenVolumeProjection. Cluster admins can use metric
`serviceaccount_stale_tokens_total` to monitor workloads that are depending on the extended
tokens. If there are no such workloads, turn off extended tokens by starting `kube-apiserver` with
flag `--service-account-extend-token-expiration=false`.
Check [Bound Service Account Tokens](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/1205-bound-service-account-tokens/README.md)
for more details.
-->
将 ServiceAccount 卷迁移到使用由
ServiceAccountTokenVolumeProjection 组成的投射卷。集群管理员可以使用
`serviceaccount_stale_tokens_total` 指标来监控依赖于扩展令牌的工作负载。
如果没有这样的工作负载,你可以在启动 `kube-apiserver` 时添加
`--service-account-extend-token-expiration=false` 标志来关闭扩展令牌。
更多详情请参见[绑定服务账号令牌](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/1205-bound-service-account-tokens/README.md)。