Merge pull request #41852 from asa3311/sync-zh-22

[zh-cn] sync device-plugins service feature-gates
pull/41873/head
Kubernetes Prow Robot 2023-07-04 04:04:53 -07:00 committed by GitHub
commit 5aa77c9ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -735,7 +735,7 @@ ensure your kubelet services are started with the following flags:
-->
## 设备插件与拓扑管理器的集成 {#device-plugin-integration-with-the-topology-manager}
{{< feature-state for_k8s_version="v1.18" state="beta" >}}
{{< feature-state for_k8s_version="v1.27" state="stable" >}}
<!--
The Topology Manager is a Kubelet component that allows resources to be co-ordinated in a Topology

View File

@ -743,12 +743,12 @@ server will return a 422 HTTP status code to indicate that there's a problem.
如果 IP 地址不合法API 服务器会返回 HTTP 状态码 422表示值不合法。
<!--
Read [avoiding collisions](#avoiding-collisions)
Read [avoiding collisions](/docs/reference/networking/virtual-ips/#avoiding-collisions)
to learn how Kubernetes helps reduce the risk and impact of two different Services
both trying to use the same IP address.
-->
阅读[避免冲突](#avoiding-collisions)了解 Kubernetes
如何协助降低两种不同服务试图使用相同 IP 地址的风险和影响。
阅读[避免冲突](/zh-cn/docs/reference/networking/virtual-ips/#avoiding-collisions)
了解 Kubernetes 如何协助降低两种不同服务试图使用相同 IP 地址的风险和影响。
<!--
### `type: NodePort` {#type-nodeport}

View File

@ -1269,12 +1269,12 @@ Each feature gate is designed for enabling/disabling a specific feature:
ClusterIP range is subdivided. Dynamic allocated ClusterIP addresses will be allocated preferently
from the upper range allowing users to assign static ClusterIPs from the lower range with a low
risk of collision. See
[Avoiding collisions](/docs/concepts/services-networking/service/#avoiding-collisions)
[Avoiding collisions](/docs/reference/networking/virtual-ips/#avoiding-collisions)
for more details.
-->
- `ServiceIPStaticSubrange`:启用服务 ClusterIP 分配策略,从而细分 ClusterIP 范围。
动态分配的 ClusterIP 地址将优先从较高范围分配,以低冲突风险允许用户从较低范围分配静态 ClusterIP。
更多详细信息请参阅[避免冲突](/zh-cn/docs/concepts/services-networking/service/#avoiding-collisions)
更多详细信息请参阅[避免冲突](/zh-cn/docs/reference/networking/virtual-ips/#avoiding-collisions)
<!--
- `SizeMemoryBackedVolumes`: Enable kubelets to determine the size limit for
memory-backed volumes (mainly `emptyDir` volumes).