Skip to content

Commit b5d1afc

Browse files
authored
Merge pull request #49070 from Eason1118/main
[zh-cn] sync service.md
2 parents 3bbed4b + 7e95006 commit b5d1afc

File tree

1 file changed

+4
-9
lines changed
  • content/zh-cn/docs/concepts/services-networking

1 file changed

+4
-9
lines changed

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,23 +1220,18 @@ Unprefixed names are reserved for end-users.
12201220
没有前缀的名字是保留给最终用户的。
12211221

12221222
<!--
1223-
#### Specifying IPMode of load balancer status {#load-balancer-ip-mode}
1223+
#### Load balancer IP address mode {#load-balancer-ip-mode}
12241224
-->
1225-
#### 指定负载均衡器状态的 IPMode {#load-balancer-ip-mode}
1225+
#### 负载均衡器 IP 地址模式 {#load-balancer-ip-mode}
12261226

12271227
{{< feature-state feature_gate_name="LoadBalancerIPMode" >}}
12281228

12291229
<!--
1230-
As a Beta feature in Kubernetes 1.30,
1231-
a [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
1232-
named `LoadBalancerIPMode` allows you to set the `.status.loadBalancer.ingress.ipMode`
1233-
for a Service with `type` set to `LoadBalancer`.
1230+
For a Service of `type: LoadBalancer`, a controller can set `.status.loadBalancer.ingress.ipMode`.
12341231
The `.status.loadBalancer.ingress.ipMode` specifies how the load-balancer IP behaves.
12351232
It may be specified only when the `.status.loadBalancer.ingress.ip` field is also specified.
12361233
-->
1237-
作为 Kubernetes 1.30 中的 Beta 级别特性,通过名为 `LoadBalancerIPMode`
1238-
的[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)允许你为
1239-
`type` 为 `LoadBalancer` 的服务设置 `.status.loadBalancer.ingress.ipMode`。
1234+
对于 `type: LoadBalancer` 的 Service,控制器可以设置 `.status.loadBalancer.ingress.ipMode`。
12401235
`.status.loadBalancer.ingress.ipMode` 指定负载均衡器 IP 的行为方式。
12411236
此字段只能在 `.status.loadBalancer.ingress.ip` 字段也被指定时才能指定。
12421237

0 commit comments

Comments
 (0)