Skip to content

Commit 9c209a8

Browse files
committed
KEP1880: graduate to beta
Signed-off-by: Antonio Ojea <[email protected]>
1 parent 780f166 commit 9c209a8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/multi-cidr-service-allocator.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.27"
12+
toVersion: "1.30"
13+
- stage: beta
14+
defaultValue: false
15+
fromVersion: "1.31"
1216
---
1317
Track IP address allocations for Service cluster IPs using IPAddress objects.

content/en/docs/reference/networking/virtual-ips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ IP addresses that are no longer used by any Services.
424424

425425
#### IP address allocation tracking using the Kubernetes API {#ip-address-objects}
426426

427-
{{< feature-state for_k8s_version="v1.27" state="alpha" >}}
427+
{{< feature-state feature_gate_name="MultiCIDRServiceAllocator" >}}
428428

429429
If you enable the `MultiCIDRServiceAllocator`
430430
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and the
@@ -483,7 +483,7 @@ Users can create or delete new ServiceCIDR objects to manage the available IP ra
483483

484484
```shell
485485
cat <<'EOF' | kubectl apply -f -
486-
apiVersion: networking.k8s.io/v1alpha1
486+
apiVersion: networking.k8s.io/v1beta1
487487
kind: ServiceCIDR
488488
metadata:
489489
name: newservicecidr

0 commit comments

Comments
 (0)