-
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
[BUG] crc console
gives incorrect output on microshift preset
#4561
Labels
kind/bug
Something isn't working
Comments
rohanKanojia
added a commit
to rohankanojia-forks/crc
that referenced
this issue
Jan 17, 2025
…ift preset (crc-org#4561) Instead of printing wrong information simply throw an error to indicate to the user that `crc console` option is unsupported for MicroShift preset Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia
added a commit
to rohankanojia-forks/crc
that referenced
this issue
Jan 17, 2025
…ift preset (crc-org#4561) Instead of printing wrong information simply throw an error to indicate to the user that `crc console` option is unsupported for MicroShift preset Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia
added a commit
to rohankanojia-forks/docs
that referenced
this issue
Jan 17, 2025
Related to crc-org/crc#4561 Add note clarifying `crc console` only works when it is configured with OpenShift or OKD preset Signed-off-by: Rohan Kumar <[email protected]>
This was referenced Jan 17, 2025
rohanKanojia
added a commit
to rohankanojia-forks/docs
that referenced
this issue
Jan 22, 2025
Related to crc-org/crc#4561 Add note clarifying `crc console` only works when it is configured with OpenShift or OKD preset Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia
added a commit
to rohankanojia-forks/crc
that referenced
this issue
Jan 24, 2025
…ift preset (crc-org#4561) Instead of printing wrong information simply throw an error to indicate to the user that `crc console` option is unsupported for MicroShift preset Signed-off-by: Rohan Kumar <[email protected]>
gbraad
pushed a commit
to crc-org/docs
that referenced
this issue
Jan 27, 2025
Related to crc-org/crc#4561 Add note clarifying `crc console` only works when it is configured with OpenShift or OKD preset Signed-off-by: Rohan Kumar <[email protected]>
praveenkumar
pushed a commit
that referenced
this issue
Jan 27, 2025
…ift preset (#4561) Instead of printing wrong information simply throw an error to indicate to the user that `crc console` option is unsupported for MicroShift preset Signed-off-by: Rohan Kumar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
General information
I was testing some stuff on microshift cluster related to crc-org/docs#16 . However, I noticed that
crc console
isn't giving the correct output for microshift preset:When I do plain
crc console
, it's opening up file explorer in current directory instead of browserWhen I try to list credentials, it's showing incomplete command:
Operating System
Windows
Hypervisor
Hyper-V
Did you run
crc setup
beforecrc start
?yes
Running on
Laptop
Steps to reproduce
crc config set preset microshift
crc setup
crc start
crc console
# Opens up file explorer on windowscrc console --credentials
# Gives incomplete outputCRC version
CRC status
CRC config
Host Operating System
Expected behavior
if this option is unsupported, we should throw an exception with a clear message that this subcommand is unsupported on this preset.
Actual behavior
CRC prints wrong command output
CRC Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: