-
Notifications
You must be signed in to change notification settings - Fork 243
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
[Enhancement] We should instruct the user how he could possibly resolve the issue when the bundle does not exist #3640
Comments
As reported by Florent, this is even more confusing when the user is told to run $ crc stop
Machine does not exist. Use 'crc start' to create it
$ crc start
file '/Users/benoitf/.crc/cache/crc_microshift_vfkit_4.13.6_arm64.crcbundle' does not exist Repeating the message seems the better approach |
I would like to work on this. Could someone please assign this issue to me? |
I'm checking this but wondering if it's fixed already in #3826 . Could anyone please confirm? I see hint to use
|
I'm trying to reproduce this issue. I'm trying to follow steps provided in #3640 (comment) but I see slightly different behavior:
|
Maybe you can try this with OKD and OCP as preset, or moving from OpenShift to Microshift; podman as a preset does not exist anymore.
Note: make sure you do not already have a cached bundle, and ensure you switch from a working situation to another preset that is what I remember and think could repro for other bundles. make sure there is nothing in the cache |
I’m having difficulty reproducing the issue. I think behavior might have changed since the issue was created. I’ve tried the following scenarios: Switching from OpenShift to microshift preset
Switching from OpenShift to okd preset
Switching from okd to microshift preset
When I look at code, it seems that we've modified the behavior to download a fresh bundle in case expected one is not found: Lines 45 to 53 in 0b4c663
|
Duplicate of #3742 |
The following issue can occur when the user changes the preset. He was previously able to use
crc
, but since the flow might have been guided (extension/tray) he is unaware of what to do:We should instruct the user to run
crc setup
.Note: I am aware, as shown, this already happens for the preset change itself. But when this is performed from a UI, this message is not shown. We should repeat this again just in case.
The text was updated successfully, but these errors were encountered: