Skip to content

Commit d356960

Browse files
authored
Merge pull request #44423 from windsonsea/gatewy
[zh] Localize feature-gates/w*.md
2 parents a37f2fc + fb8761a commit d356960

File tree

10 files changed

+135
-0
lines changed

10 files changed

+135
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
# Removed from Kubernetes
3+
title: WarningHeaders
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Allow sending warning headers in API responses.
13+
-->
14+
允许在 API 响应中发送警告头。
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: WatchBookmark
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
<!--
9+
Enable support for watch bookmark events.
10+
-->
11+
启用对监听书签事件的支持。
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: WatchList
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable support for [streaming initial state of objects in watch requests](/docs/reference/using-api/api-concepts/#streaming-lists).
11+
-->
12+
启用对[监听请求中流式传输对象初始状态](/zh-cn/docs/reference/using-api/api-concepts/#streaming-lists)的支持。
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: WinDSR
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Allows kube-proxy to create DSR loadbalancers for Windows.
11+
-->
12+
允许 kube-proxy 为 Windows 创建 DSR(Direct Server Return,直接服务器返回)负载均衡器。
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: WinOverlay
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Allows kube-proxy to run in overlay mode for Windows.
11+
-->
12+
允许 kube-proxy 以覆盖模式在 Windows 上运行。
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
# Removed from Kubernetes
3+
title: WindowsEndpointSliceProxying
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
When enabled, kube-proxy running on Windows will use
13+
EndpointSlices as the primary data source instead of Endpoints, enabling scalability and
14+
performance improvements. See
15+
[Enabling Endpoint Slices](/docs/concepts/services-networking/endpoint-slices/).
16+
-->
17+
启用后,运行在 Windows 上的 kube-proxy
18+
将使用 EndpointSlice 而不是 Endpoints 作为主要数据源,从而实现可伸缩性和性能改进。
19+
详情请参见[启用端点切片](/zh-cn/docs/concepts/services-networking/endpoint-slices/)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
# Removed from Kubernetes
3+
title: WindowsGMSA
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enables passing of GMSA credential specs from pods to container runtimes.
13+
-->
14+
允许从 Pod 传递 GMSA 凭据规范到容器运行时。
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: WindowsHostNetwork
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enables support for joining Windows containers to a hosts' network namespace.
11+
-->
12+
启用对 Windows 容器接入主机网络名字空间的支持。
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: WindowsHostProcessContainers
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enables support for Windows HostProcess containers.
11+
-->
12+
启用对 Windows HostProcess 容器的支持。
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: WindowsRunAsUserName
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable support for running applications in Windows containers with as a
13+
non-default user. See [Configuring RunAsUserName](/docs/tasks/configure-pod-container/configure-runasusername)
14+
for more details.
15+
-->
16+
启用在 Windows 容器中以非默认用户身份运行应用程序的支持。
17+
详情请参见[配置 RunAsUserName](/zh-cn/docs/tasks/configure-pod-container/configure-runasusername)

0 commit comments

Comments
 (0)