Fixed a minor mistake

The word "creating" seemed missing. global allocation map should have an entry for an IP address that the service gets while it's created, right?
This commit is contained in:
roshandawrani
2017-05-29 11:52:56 +05:30
committed by Andrew Chen
parent 1bed34e5c9
commit c7ba600025
+1 -1
View File
@@ -550,7 +550,7 @@ ensure that no two `Services` can collide. We do that by allocating each
`Service` its own IP address.
To ensure each service receives a unique IP, an internal allocator atomically
updates a global allocation map in etcd prior to each service. The map object
updates a global allocation map in etcd prior to creating each service. The map object
must exist in the registry for services to get IPs, otherwise creations will
fail with a message indicating an IP could not be allocated. A background
controller is responsible for creating that map (to migrate from older versions