crc-org / tray-macos

Small tray app for crc to perform common cluster operations
Apache License 2.0
5 stars 5 forks source link

Status is unknown right after crc setup #58

Open guillaumerose opened 3 years ago

guillaumerose commented 3 years ago

I did nothing more than crc setup --enable-experimental-features and the status reported is Unkonwn. It feels like there is an error but it's not.

anjannath commented 3 years ago

After setup, if no crc instance exists then crc status returns machine 'crc' Does Not Exists... which in the tray at all places is shown as "Unknown" since its less verbose and doesn't make the menus too wide. Should it say "Does not exists" instead?

guillaumerose commented 3 years ago

Good question. There is no real difference for the user between machine doesn't exist and machine stopped. If the machine doesn't exist, it also means it is stopped :)

We could change crc status command line also with this.