Dynamically update the IP of each machine without updating gce.conf or ec2.conf files
Opened this issue · 1 comments
Is there a way to dynamically update the IP of each machine without updating gce.conf or ec2.conf files?
The use case is that in autoscaling, we don't care what machine it is.
HI Viet,
Amfora does not support dynamic IP update at this time. While if the total
number of machines stays the same, updating the IP is doable with all nodes
synchronizing the update.
While if we add more machines on the fly, that can impact the metadata
access as it is hashed by Hash(path)%machine_count. We need another way to
solve this. Then it should be fine.
Best,
Zhao
On Fri, Apr 22, 2016 at 2:59 AM, Viet Nguyen notifications@github.com
wrote:
Is there a way to dynamically update the IP of each machine without
updating gce.conf or ec2.conf files?The use case is that in autoscaling, we don't care what machine it is.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#3