feat: allow user to specify the image to reset to #3148
Labels
enhancement
New feature or request
triage
Add this label to issues that should be triaged and prioretized in the next planning call
For installation it's possible to specify which image should be used using:
This works because of the way we parse this key but we don't do anything similar when constructing the
ResetSpec
.It's useful to have this option because on public cloud, the system is "installed" by performing an auto-reset. Users can specify the image they want to install by booting any cloud image we push to that provider and setting the image to reset to. This way we don't need to push all possible flavors and such.
Problems with this approach:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: