Skip to content
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

[BUG] Impossible to restart Microshift instance #195

Open
slemeur opened this issue Dec 15, 2023 · 8 comments
Open

[BUG] Impossible to restart Microshift instance #195

slemeur opened this issue Dec 15, 2023 · 8 comments

Comments

@slemeur
Copy link

slemeur commented Dec 15, 2023

I have made the update of OpenSHift Local from 2.28 to 2.30.
Screenshot 2023-12-15 at 13 32 29

Then I tried to restart my microshift environnement (which I created the day before)
Screenshot 2023-12-15 at 13 34 28

General information

  • OS: macOS
  • Podman Desktop 1.7.0-next

CRC version

# Put `crc version` output here

CRC status

# Put `crc status --log-level debug` output here

CRC config

# Put `crc config view` output here

Host Operating System

# Put the output of `cat /etc/os-release` in case of Linux
# put the output of `sw_vers` in case of Mac
# Put the output of `systeminfo` in case of Windows

Steps to reproduce

Expected

Actual

Logs

Before gather the logs try following if that fix your issue

$ crc delete -f
$ crc cleanup
$ crc setup
$ crc start --log-level debug

Please consider posting the output of crc start --log-level debug on http://gist.github.com/ and post the link in the issue.

@slemeur
Copy link
Author

slemeur commented Dec 15, 2023

It's also impossible after deleting the previous instance to do create a new one

@slemeur
Copy link
Author

slemeur commented Dec 15, 2023

From the CLI
$ crc start Is 'crc daemon' running? Cannot reach daemon API: Get "http://unix/api/version": dial unix /Users/slemeur/.crc/crc-http.sock: connect: connection refused

@praveenkumar
Copy link
Member

From the cli can you try $ crc setup and then start?

@slemeur
Copy link
Author

slemeur commented Dec 15, 2023

yes that's what I ended up doing - but the user will never understand that

@slemeur
Copy link
Author

slemeur commented Dec 15, 2023

is there anyway, we can handle that for the user?

@praveenkumar
Copy link
Member

Have to check with extension side but when Cannot reach daemon API: Get "http://unix/api/version" means crc setup required.

@gbraad
Copy link
Contributor

gbraad commented Dec 15, 2023

@jeffmaury @dgolovin FYI. i do not think this will happen often, but needs to be resolved.

note: this is part of the update flow.

@slemeur
Copy link
Author

slemeur commented Dec 18, 2023

Cannot reach daemon API: Get "http://unix/api/version" means crc setup required.

Then why not adding it in the error message? As a user I like error messages, but I prefer how to work around them :)

@nichjones1 nichjones1 removed their assignment Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants