KEP1880: graduate to beta

Signed-off-by: Antonio Ojea <aojea@google.com>
pull/46947/head
Antonio Ojea 2024-06-24 09:54:33 +00:00
parent 780f166e8f
commit 9c209a8ac6
2 changed files with 6 additions and 2 deletions

View File

@ -9,5 +9,9 @@ stages:
- stage: alpha
defaultValue: false
fromVersion: "1.27"
toVersion: "1.30"
- stage: beta
defaultValue: false
fromVersion: "1.31"
---
Track IP address allocations for Service cluster IPs using IPAddress objects.

View File

@ -424,7 +424,7 @@ IP addresses that are no longer used by any Services.
#### IP address allocation tracking using the Kubernetes API {#ip-address-objects}
{{< feature-state for_k8s_version="v1.27" state="alpha" >}}
{{< feature-state feature_gate_name="MultiCIDRServiceAllocator" >}}
If you enable the `MultiCIDRServiceAllocator`
[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
```shell
cat <<'EOF' | kubectl apply -f -
apiVersion: networking.k8s.io/v1alpha1
apiVersion: networking.k8s.io/v1beta1
kind: ServiceCIDR
metadata:
name: newservicecidr