File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
content/zh-cn/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -1220,23 +1220,18 @@ Unprefixed names are reserved for end-users.
1220
1220
没有前缀的名字是保留给最终用户的。
1221
1221
1222
1222
<!--
1223
- # ### Specifying IPMode of load balancer status {#load-balancer-ip-mode}
1223
+ # ### Load balancer IP address mode {#load-balancer-ip-mode}
1224
1224
-->
1225
- # ### 指定负载均衡器状态的 IPMode {#load-balancer-ip-mode}
1225
+ # ### 负载均衡器 IP 地址模式 {#load-balancer-ip-mode}
1226
1226
1227
1227
{{< feature-state feature_gate_name="LoadBalancerIPMode" >}}
1228
1228
1229
1229
<!--
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`.
1234
1231
The `.status.loadBalancer.ingress.ipMode` specifies how the load-balancer IP behaves.
1235
1232
It may be specified only when the `.status.loadBalancer.ingress.ip` field is also specified.
1236
1233
-->
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`。
1240
1235
` .status.loadBalancer.ingress.ipMode` 指定负载均衡器 IP 的行为方式。
1241
1236
此字段只能在 `.status.loadBalancer.ingress.ip` 字段也被指定时才能指定。
1242
1237
You can’t perform that action at this time.
0 commit comments