fix: retry to assign the elastic ip#1361
Open
lukashankeln wants to merge 1 commit intocattle-ops:mainfrom
Open
fix: retry to assign the elastic ip#1361lukashankeln wants to merge 1 commit intocattle-ops:mainfrom
lukashankeln wants to merge 1 commit intocattle-ops:mainfrom
Conversation
Signed-off-by: Lukas Hankeln <lukashankeln@googlemail.com>
Contributor
|
Hey @lukashankeln! 👋 Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process. Make sure that this PR clearly explains:
With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE. The following ChatOps commands are supported:
Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command. This message was generated automatically. You are welcome to improve it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Assigning the elastic ip for the managing instance will now be retried 7 times.
This avoids issues if aws is not fast enough to release the elastic ip when updating the managing runner.
Migrations required
No
Verification
Elastic IP assignment should still work even if aws does not release the elastic ip immediately.