enable v1alpha1 networking api group@
This commit is contained in:
parent
dd44463621
commit
f674460775
|
|
@ -300,7 +300,8 @@ IP addresses that are no longer used by any Services.
|
||||||
|
|
||||||
{{< feature-state for_k8s_version="v1.27" state="alpha" >}}
|
{{< feature-state for_k8s_version="v1.27" state="alpha" >}}
|
||||||
If you enable the `MultiCIDRServiceAllocator`
|
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
|
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
|
objects instead of an internal global allocation map. The ClusterIP address
|
||||||
associated to each `Service` will have a referenced IPAddress object.
|
associated to each `Service` will have a referenced IPAddress object.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue