Ofir Cohen
Ofir Cohen
@cfergeau I did that but when you try to run: ` sudo virsh console crc ` The stdin isn't passed to the terminal and you don't see anything happening. I...
Thanks Christophe! How would I do that with the VNC console and what should be the required changes in the VM XML?
@cfergeau thanks! I'm wondering what's the easiest way to see the console. My setup includes: **MacOS with VSCode -> GCE instance (host VM) -> CRC** I think VSCode would handle...
Thanks @fatedier for the prompt response!
Hi @fatedier thanks for the prompt response, appreciate that and will stay tuned!
Yes, I will update this issue once I change the code and test it. Thanks!
@fatedier I've forked golib and added a new commit to it: https://github.com/ofirc/golib/commit/6c2503ed9c1271e76a6af6634a533d7c5b342014 Let me know what you think of the semantics of the change. I'm going to test it against...
Hi @praveenkumar @cfergeau, I've noticed the exact same thing on my setup: ``` [user@crc-host ~]$ crc status CRC VM: Running OpenShift: Unreachable (v4.18.2) Disk Usage: 0B of 0B (Inside the...
When I use an [older version, 2.48.0 (with OpenShift 4.18.1)](https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.48.0/crc-linux-amd64.tar.xz) then everything seems to be healthy and it works: ``` [ofircohen@crc-host ~]$ crc status CRC VM: Running OpenShift: Running (v4.18.1)...
I can confirm that it works with **crc 2.48.0** and **OpenShift 4.18.1**: ``` [user@crc-host ~]$ ssh crc uptime Warning: Permanently added '[127.0.0.1]:2222' (ED25519) to the list of known hosts. no...