feat(server): allow rebuilding with image and/or user-data#1349
Open
svanrossem wants to merge 4 commits into
Open
feat(server): allow rebuilding with image and/or user-data#1349svanrossem wants to merge 4 commits into
svanrossem wants to merge 4 commits into
Conversation
|
A rebuild argument would be very helpful. This would be very useful for situations where there isn't an image change but people want to start over. Some usecases would be to re-apply an immutable setup or when an ansible playbook requires a clean deployment |
Member
|
I am hesitant to accept the pull request in the current form. Please take a look at my concerns in #1348 (comment) |
b678177 to
d1cfefa
Compare
Author
|
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.
Due to current capacity constraints in several locations, this change adds support for rebuilding an existing node with a new image, ISO, or updated user-data. This provides a practical alternative when provisioning a new node in the desired location is not possible.
With the
hcloud-godependency updated to v2.36.0 (including the changes fromhcloud-goPR #813), rebuild functionality is now available and can be leveraged by the provider.I'm also thinking about a
rebuild-argument for rebuilding an existing node without updating the image/ISO or user-data?