KEP1880: graduate to beta
Signed-off-by: Antonio Ojea <aojea@google.com>pull/46947/head
parent
780f166e8f
commit
9c209a8ac6
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue