Closed evilADevil closed 1 week ago
@evidolob this is possibly a gvisor-tap-vsock bug/regression
@evilADevil Can you try with the latest crc version to see if this still happens? https://mirror.openshift.com/pub/openshift-v4/clients/crc/latest/
Thank you @cfergeau
I tried with the latest and it works. I have to mention that I have done a complete cleanup, therefore, not just the crc cleanup
but an uninstall and reinstall of the OCP Local. Therefore I cannot be sure what exactly solved my problem, given before I only did the crc cleanup
and not the uninstall.
I also want to mention that the nginx test should have been done on a port different from 80. There is evidently something running on that port that does not allow to reach the nginx running on the host. In fact when I had the nginx on the host run on port 8088, I was able to reach it from within the container.
Hello, I'm facing a problem that I had not in the past. I have both a Nginx and a MSSQL DB running on my local machine and it looks like I cannot reach them from within a container running in OCP Local. Here is my configuration:
I've recreated the environment multiple times without success. If I issue the curl command from the Windows cmd, I get:
If I run the same command from a container, I get:
Looks like something else is responding, not the Nginx running on my local machine. Interestingly enough, when targeting the MSSQL DB, from the Windows cmd, I see the connection being established and cut by the server:
but a similar command like
curl -v --ipv4 host.crc.testing:1433
from within a container just hangs forever. As I said, this was not happening in the past, but I can't figure out what may have changed in my environment, aside from the CRC version that is now:Any help in sorting this out is appreciated ;)