Update content/en/docs/reference/networking/virtual-ips.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Antonio Ojea 2023-04-04 15:44:19 +02:00 committed by GitHub
parent 427ed08ec7
commit c4e4aecde8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.