Skip to content

Commit d653bb4

Browse files
committed
[zh] Localize /feature-gates/b*.md
1 parent 514dbb2 commit d653bb4

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
# Removed from Kubernetes
3+
title: BalanceAttachedNodeVolumes
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Include volume count on node to be considered for
13+
balanced resource allocation while scheduling. A node which has closer CPU,
14+
memory utilization, and volume count is favored by the scheduler while making decisions.
15+
-->
16+
在调度时考虑节点上的卷数量,以实现平衡资源分配。
17+
调度器在决策时会优先考虑 CPU、内存利用率和卷数更近的节点。
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
# Removed from Kubernetes
3+
title: BlockVolume
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable the definition and consumption of raw block devices in Pods.
13+
See [Raw Block Volume Support](/docs/concepts/storage/persistent-volumes/#raw-block-volume-support)
14+
for more details.
15+
-->
16+
启用在 Pod 中定义和使用原始块设备。
17+
更多详情请参见[原始块卷支持](/zh-cn/docs/concepts/storage/persistent-volumes/#raw-block-volume-support)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
# Removed from Kubernetes
3+
title: BoundServiceAccountTokenVolume
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Migrate ServiceAccount volumes to use a projected volume
13+
consisting of a ServiceAccountTokenVolumeProjection. Cluster admins can use metric
14+
`serviceaccount_stale_tokens_total` to monitor workloads that are depending on the extended
15+
tokens. If there are no such workloads, turn off extended tokens by starting `kube-apiserver` with
16+
flag `--service-account-extend-token-expiration=false`.
17+
18+
Check [Bound Service Account Tokens](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/1205-bound-service-account-tokens/README.md)
19+
for more details.
20+
-->
21+
将 ServiceAccount 卷迁移到使用由
22+
ServiceAccountTokenVolumeProjection 组成的投射卷。集群管理员可以使用
23+
`serviceaccount_stale_tokens_total` 指标来监控依赖于扩展令牌的工作负载。
24+
如果没有这样的工作负载,你可以在启动 `kube-apiserver` 时添加
25+
`--service-account-extend-token-expiration=false` 标志来关闭扩展令牌。
26+
27+
更多详情请参见[绑定服务账号令牌](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/1205-bound-service-account-tokens/README.md)

0 commit comments

Comments
 (0)