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