Update content/en/docs/reference/networking/virtual-ips.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
parent
427ed08ec7
commit
c4e4aecde8
|
|
@ -304,7 +304,7 @@ If you enable the `MultiCIDRServiceAllocator`
|
|||
[`networking.k8s.io/v1alpha1` API group](/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.
|
||||
associated to each Service will have a referenced IPAddress object.
|
||||
|
||||
The background controller is also replaced by a new one to handle the new IPAddress
|
||||
objects and the migration from the old allocator model.
|
||||
|
|
|
|||
Loading…
Reference in New Issue