File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
content/en/docs/reference
command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9
9
- stage : alpha
10
10
defaultValue : false
11
11
fromVersion : " 1.27"
12
+ toVersion : " 1.30"
13
+ - stage : beta
14
+ defaultValue : false
15
+ fromVersion : " 1.31"
12
16
---
13
17
Track IP address allocations for Service cluster IPs using IPAddress objects.
Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ IP addresses that are no longer used by any Services.
424
424
425
425
#### IP address allocation tracking using the Kubernetes API {#ip-address-objects}
426
426
427
- {{< feature-state for_k8s_version="v1.27" state="alpha " >}}
427
+ {{< feature-state feature_gate_name="MultiCIDRServiceAllocator " >}}
428
428
429
429
If you enable the ` MultiCIDRServiceAllocator `
430
430
[ 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
483
483
484
484
``` shell
485
485
cat << 'EOF ' | kubectl apply -f -
486
- apiVersion: networking.k8s.io/v1alpha1
486
+ apiVersion: networking.k8s.io/v1beta1
487
487
kind: ServiceCIDR
488
488
metadata:
489
489
name: newservicecidr
You can’t perform that action at this time.
0 commit comments