Skip to content

Commit 0ec5a94

Browse files
authored
Merge pull request #47938 from RyanAoh/lbipmode
Promote LoadBalancerIPMode to GA
2 parents d08241e + 338c7b1 commit 0ec5a94

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -681,14 +681,11 @@ The value of `spec.loadBalancerClass` must be a label-style identifier,
681681
with an optional prefix such as "`internal-vip`" or "`example.com/internal-vip`".
682682
Unprefixed names are reserved for end-users.
683683

684-
#### Specifying IPMode of load balancer status {#load-balancer-ip-mode}
684+
#### Load balancer IP address mode {#load-balancer-ip-mode}
685685

686686
{{< feature-state feature_gate_name="LoadBalancerIPMode" >}}
687687

688-
As a Beta feature in Kubernetes 1.30,
689-
a [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
690-
named `LoadBalancerIPMode` allows you to set the `.status.loadBalancer.ingress.ipMode`
691-
for a Service with `type` set to `LoadBalancer`.
688+
For a Service of `type: LoadBalancer`, a controller can set `.status.loadBalancer.ingress.ipMode`.
692689
The `.status.loadBalancer.ingress.ipMode` specifies how the load-balancer IP behaves.
693690
It may be specified only when the `.status.loadBalancer.ingress.ip` field is also specified.
694691

content/en/docs/reference/command-line-tools-reference/feature-gates/load-balancer-ip-mode.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.30"
16+
toVersion: "1.31"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.32"
1620
---
1721
Allows setting `ipMode` for Services where `type` is set to `LoadBalancer`.
1822
See [Specifying IPMode of load balancer status](/docs/concepts/services-networking/service/#load-balancer-ip-mode)

0 commit comments

Comments
 (0)