File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
extend-kubernetes/compute-storage-net
reference/command-line-tools-reference Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -735,7 +735,7 @@ ensure your kubelet services are started with the following flags:
735
735
-->
736
736
## 设备插件与拓扑管理器的集成 {#device-plugin-integration-with-the-topology-manager}
737
737
738
- {{< feature-state for_k8s_version="v1.18 " state="beta " >}}
738
+ {{< feature-state for_k8s_version="v1.27 " state="stable " >}}
739
739
740
740
<!--
741
741
The Topology Manager is a Kubelet component that allows resources to be co-ordinated in a Topology
Original file line number Diff line number Diff line change @@ -743,12 +743,12 @@ server will return a 422 HTTP status code to indicate that there's a problem.
743
743
如果 IP 地址不合法,API 服务器会返回 HTTP 状态码 422,表示值不合法。
744
744
745
745
<!--
746
- Read [avoiding collisions](#avoiding-collisions)
746
+ Read [avoiding collisions](/docs/reference/networking/virtual-ips/ #avoiding-collisions)
747
747
to learn how Kubernetes helps reduce the risk and impact of two different Services
748
748
both trying to use the same IP address.
749
749
-->
750
- 阅读[避免冲突](#avoiding-collisions),了解 Kubernetes
751
- 如何协助降低两种不同服务试图使用相同 IP 地址的风险和影响。
750
+ 阅读[避免冲突](/zh-cn/docs/reference/networking/virtual-ips/ #avoiding-collisions),
751
+ 了解 Kubernetes 如何协助降低两种不同服务试图使用相同 IP 地址的风险和影响。
752
752
753
753
<!--
754
754
# ## `type: NodePort` {#type-nodeport}
Original file line number Diff line number Diff line change @@ -1269,12 +1269,12 @@ Each feature gate is designed for enabling/disabling a specific feature:
1269
1269
ClusterIP range is subdivided. Dynamic allocated ClusterIP addresses will be allocated preferently
1270
1270
from the upper range allowing users to assign static ClusterIPs from the lower range with a low
1271
1271
risk of collision. See
1272
- [Avoiding collisions](/docs/concepts/services- networking/service /#avoiding-collisions)
1272
+ [Avoiding collisions](/docs/reference/ networking/virtual-ips /#avoiding-collisions)
1273
1273
for more details.
1274
1274
-->
1275
1275
- ` ServiceIPStaticSubrange ` :启用服务 ClusterIP 分配策略,从而细分 ClusterIP 范围。
1276
1276
动态分配的 ClusterIP 地址将优先从较高范围分配,以低冲突风险允许用户从较低范围分配静态 ClusterIP。
1277
- 更多详细信息请参阅[ 避免冲突] ( /zh-cn/docs/concepts/services- networking/service /#avoiding-collisions )
1277
+ 更多详细信息请参阅[ 避免冲突] ( /zh-cn/docs/reference/ networking/virtual-ips /#avoiding-collisions )
1278
1278
<!--
1279
1279
- `SizeMemoryBackedVolumes`: Enable kubelets to determine the size limit for
1280
1280
memory-backed volumes (mainly `emptyDir` volumes).
You can’t perform that action at this time.
0 commit comments