Skip to content

Commit a4ea4d6

Browse files
authored
Merge pull request #46044 from windsonsea/cltr1
[zh] Add 5 docs in command-line-tools-reference/feature-gates
2 parents 361a7fd + 4ae645f commit a4ea4d6

File tree

5 files changed

+100
-0
lines changed

5 files changed

+100
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: AllowServiceLBStatusOnNonLB
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: deprecated
10+
defaultValue: false
11+
fromVersion: "1.29"
12+
---
13+
14+
<!--
15+
Enables `.status.ingress.loadBalancer` to be set on Services of types other than `LoadBalancer`.
16+
-->
17+
允许对类型为 `LoadBalancer` 以外的 Service 设置 `.status.ingress.loadBalancer`
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: JobManagedBy
3+
content_type: feature_gate
4+
5+
_build:
6+
list: never
7+
render: false
8+
9+
stages:
10+
- stage: alpha
11+
defaultValue: false
12+
fromVersion: "1.30"
13+
---
14+
15+
<!--
16+
Allows to delegate reconciliation of a Job object to an external controller.
17+
-->
18+
允许将 Job 对象的调和委托给外部控制器。
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: JobSuccessPolicy
3+
content_type: feature_gate
4+
5+
_build:
6+
list: never
7+
render: false
8+
9+
stages:
10+
- stage: alpha
11+
defaultValue: false
12+
fromVersion: "1.30"
13+
---
14+
15+
<!--
16+
Allow users to specify when a Job can be declared as succeeded based on the set of succeeded pods.
17+
-->
18+
允许用户基于一组成功的 Pod 来声明这组 Pod 所属的 Job 为成功。
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: KubeletPodResourcesDynamicResources
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.27"
12+
---
13+
14+
<!--
15+
Extend the kubelet's pod resources gRPC endpoint to
16+
to include resources allocated in `ResourceClaims` via `DynamicResourceAllocation` API.
17+
See [resource allocation reporting](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources) for more details.
18+
with information about the allocatable resources, enabling clients to properly
19+
track the free compute resources on a node.
20+
-->
21+
扩展 kubelet 的 Pod 资源 gRPC 端点,通过 `DynamicResourceAllocation` API 把已分配的资源算入 `ResourceClaims` 中。
22+
有关更多细节,参见[资源分配报告](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources)
23+
使用可分配资源的信息,使客户端能够正确跟踪节点上的空闲计算资源。
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: NameGenerationRetries
3+
content_type: feature_gate
4+
5+
_build:
6+
list: never
7+
render: false
8+
9+
stages:
10+
- stage: alpha
11+
defaultValue: false
12+
fromVersion: "1.30"
13+
---
14+
15+
<!--
16+
Enables retrying of object creation when the
17+
{{< glossary_tooltip text="API server" term_id="kube-apiserver" >}}
18+
is expected to generate a [name](/docs/concepts/overview/working-with-objects/names/#names).
19+
When this feature is enabled, requests using `generateName` are retried automatically in case the
20+
control plane detects a name conflict with an existing object, up to a limit of 8 total attempts.
21+
-->
22+
当 {{< glossary_tooltip text="API 服务器" term_id="kube-apiserver" >}}要生成[名称](/zh-cn/docs/concepts/overview/working-with-objects/names/#names)时,
23+
允许重试对象创建。当此特性被启用时,如果控制平面检测到与某个现有对象存在名称冲突,
24+
则使用 `generateName` 的请求将被自动重试,最多重试 8 次。

0 commit comments

Comments
 (0)