enable v1alpha1 networking api group@

This commit is contained in:
Antonio Ojea 2023-04-04 11:33:45 +00:00
parent dd44463621
commit f674460775
1 changed files with 2 additions and 1 deletions

View File

@ -300,7 +300,8 @@ IP addresses that are no longer used by any Services.
{{< feature-state for_k8s_version="v1.27" state="alpha" >}}
If you enable the `MultiCIDRServiceAllocator`
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/),
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and the
[networking.k8s.io/v1alpha1 API group](https://kubernetes.io/docs/tasks/administer-cluster/enable-disable-api/),
the control plane replaces the existing etcd allocator with a new one, using IPAddress
objects instead of an internal global allocation map. The ClusterIP address
associated to each `Service` will have a referenced IPAddress object.