-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify upgrade flow #1860
Comments
Running ... but the complexity due to the embedding of the bundle caused this to be a two-stage scenario of extracting the bundle in setup... and unpacking in the the start step. This was NEVER supposed to work this way. The single binary provided an ease of distribution, but not the ease of use we were after When using native installers the bundle will not be embedded anymore for at least Windows and macOS.... but what about Linux? |
This is also needed when new features require new configuration (vsock is one such thing). So it's much safer to run |
This is the part that would be nice to automate, with an additional "Do you want to delete your older instance, losing all its data, and create a new cluster using the newer OpenShift version? [y/N]"? A way of remembering the pull secret during this upgrade is still missing though :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Somehow related to #2662 which is also about upgrade issues. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Let's review actions and update the epic. |
General information
crc setup
before starting it (Yes/No)? YesCRC version
CodeReady Containers version: 1.21.0+68a4cdd7 OpenShift version: 4.6.9 (not embedded in executable)
Host Operating System
Steps to reproduce
Expected
After I download and setup a new version of CRC I expect I can start it immediately, and without specifying the pull-secret again.
Actual
Here's the rough path I've been taking the last couple times I upgraded, with some commentary thrown in:
Clearly I keep forgetting about the previous install and am a novice at CRC, so maybe there's a better way to do this. However, I feel like this is what other new users would try as well, and several commands/complexity more than it should be. It would be nice if 'cleanup' of any past installs was automatically done during setup, and ideally the pull secret wouldn't need to be specified each time.
The text was updated successfully, but these errors were encountered: