mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
During a deploy, we had `max_surge_fixed` set to the target instance count - 1, which caused only 3 nodes to be spun up at a time instead of the full 4. We also had max_unavailable_fixed = 1 which allowed the instance group manager to bring an old, healthy node down before the last remaining node was spun up. Since[ we are now always setting](https://github.com/firezone/environments/pull/29) the reservation_size to 2*replicas, we can fix these values to make sure all new VMs spin up before old ones deleted.