I’m trying to run OpenShift CodeReady Containers locally on my Mac(Sonoma 14.5)
CRC version: 2.36.0+27c493
OpenShift version: 4.15.12
Podman version: 4.4.4
I receive the following errors after running crc start:
err : ssh: handshake failed: read tcp 127.0.0.1:49921->127.0.0.1:2222: read: connection reset by peer
E0529 13:27:10.872289 4390 memcache.go:265] couldn't get current server API group list: Get "https://api.crc.testing:6443/api?timeout=32s": dial tcp 192.168.127.2:6443: connect: connection refused
The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port?
level=debug msg="SSH command results: err: Process exited with status 3, output: ○ ovs-configuration.service - Configures OVS with proper host networking configurationn Loaded: loaded (/etc/systemd/system/ovs-configuration.service; enabled; preset: disabled)n Active: inactive (dead)"
My IP address is 192.168.0.2 and not 192.168.127.2
I’ve tried to configure my mac Firewall for crc, but it doesn’t allow to add incoming connections from /usr/local/bin
Is there a way to set the proper host and ports for this? Through /etc/pf.conf?
I’m using during my config tests:
crc delete -f
crc cleanup
crc setup
crc start --log-level debug