Commit bd95adb
authored
fix: eip race condition when updating ASG
Add a second EIP, when we decide to use EIP for the manager. This way, when we update the ASG, a free EIP is available to pick by the `aws-ec2-assign-elastic-ip` tool.
This fix the rolling update, and allow for a smoother transition (instead of trying to work around the removing of the EIP association).
The caveats is that we require two EIP for this use case, but I guess it's okay, as long the user is aware of it.1 parent 4b170bc commit bd95adb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
0 commit comments