You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/blog/_posts/2022-05-23-service-ip-dynamic-and-static-allocation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ _dynamically_
43
43
: the cluster's control plane automatically picks a free IP address from within the configured IP range for `type: ClusterIP` Services.
44
44
-->
45
45
**动态**
46
-
:群集的控制平面会自动从配置的 IP 范围内为 `type:ClusterIP` 的 Service 选择一个空闲 IP 地址。
46
+
:集群的控制平面会自动从配置的 IP 范围内为 `type:ClusterIP` 的 Service 选择一个空闲 IP 地址。
47
47
48
48
<!--
49
49
_statically_
@@ -58,7 +58,7 @@ Trying to create a Service with a specific `ClusterIP` that has already
58
58
been allocated will return an error.
59
59
-->
60
60
在整个集群中,每个 Service 的 `ClusterIP` 必须是唯一的。
61
-
尝试创建一个已经被分配了的`ClusterIP` 的 Service 将会返回错误。
61
+
尝试创建一个已经被分配了`ClusterIP` 的 Service 将会返回错误。
62
62
63
63
<!--
64
64
## Why do you need to reserve Service Cluster IPs?
@@ -142,7 +142,7 @@ use the lower range. This will allow users to use static allocations on the lowe
142
142
risk of collision.
143
143
-->
144
144
分配默认使用上半段地址,当上半段地址耗尽后,将使用下半段地址范围。
145
-
这将允许用户使用下半段地址中静态分配的地址并且降低冲突的风险。
145
+
这将允许用户在下半段地址中使用静态分配从而降低冲突的风险。
146
146
147
147
<!--
148
148
Examples:
@@ -264,5 +264,5 @@ The current SIG-Network [KEPs](https://github.com/orgs/kubernetes/projects/10) a
264
264
[SIG Network meetings](https://github.com/kubernetes/community/tree/master/sig-network) are a friendly, welcoming venue for you to connect with the community and share your ideas.
0 commit comments