Skip to content

Commit 5aa77c9

Browse files
authored
Merge pull request #41852 from asa3311/sync-zh-22
[zh-cn] sync device-plugins service feature-gates
2 parents 3f1ad2b + c8ef241 commit 5aa77c9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ ensure your kubelet services are started with the following flags:
735735
-->
736736
## 设备插件与拓扑管理器的集成 {#device-plugin-integration-with-the-topology-manager}
737737

738-
{{< feature-state for_k8s_version="v1.18" state="beta" >}}
738+
{{< feature-state for_k8s_version="v1.27" state="stable" >}}
739739

740740
<!--
741741
The Topology Manager is a Kubelet component that allows resources to be co-ordinated in a Topology

content/zh-cn/docs/concepts/services-networking/service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -743,12 +743,12 @@ server will return a 422 HTTP status code to indicate that there's a problem.
743743
如果 IP 地址不合法,API 服务器会返回 HTTP 状态码 422,表示值不合法。
744744

745745
<!--
746-
Read [avoiding collisions](#avoiding-collisions)
746+
Read [avoiding collisions](/docs/reference/networking/virtual-ips/#avoiding-collisions)
747747
to learn how Kubernetes helps reduce the risk and impact of two different Services
748748
both trying to use the same IP address.
749749
-->
750-
阅读[避免冲突](#avoiding-collisions),了解 Kubernetes
751-
如何协助降低两种不同服务试图使用相同 IP 地址的风险和影响。
750+
阅读[避免冲突](/zh-cn/docs/reference/networking/virtual-ips/#avoiding-collisions),
751+
了解 Kubernetes 如何协助降低两种不同服务试图使用相同 IP 地址的风险和影响。
752752

753753
<!--
754754
### `type: NodePort` {#type-nodeport}

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates.md

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

0 commit comments

Comments
 (0)