sync device-plugins service feature-gates
parent
9dba4c5cd4
commit
c8ef2413bc
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue