-
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
odo registry list causes panic if preference has not been setup #3842
Comments
/priority medium |
Seems to be the same panic as in #3747 (comment) The solution for the alpha branch/release was to do always make sure we properly initialize the registry in the preferences file johnmcollier@274acb7 But, should we even be allowing the |
I ran it with experimental mode enabled. Note: once I did Also, the issue here is panic. Something we ideally SHOULD NOT have, if we can prevent it, maybe gracefully exit if you are not initializing preference |
I'm guessing you're setting experimental mode via the Agreed that we shouldn't have the panic, and so backporting johnmcollier@274acb7 should fix things |
I can work on this /assign |
Just an FYI. I do have it in this PR as well: #3705 Unsure if the current test failures I'm facing are because of this issue or not. But going to do a quick /retest and will report back. |
Decided to close my PR in favour of #3705, which has the same change in there |
closeing this issue then as #3705 got merge @johnmcollier |
/kind bug
What versions of software are you using?
Master
Operating System:
Fedora 31
Output of
odo version
:How did you run odo exactly?
Actual behavior
Expected behavior
The preference should be initialized
Any logs, error output, etc?
see above
The text was updated successfully, but these errors were encountered: