unable to resolve port conflict with crc config set

Posted on

When starting up openshift local I get a conflict from gvproxy.exe on my system using port 2222.

If I kill gvproxy i am able to start up openshift local.

To avoid the issue I wanted to run

PS C:\Users\ruiza> crc config set ingress-http-port 8080

But i receive this message.
Changes to configuration property 'ingress-http-port' will break OpenShift HTTP routes.
In order to access OpenShift applications through HTTP URLs the 8080 port must be manually specified, such as http://myapp.apps-crc.testing:8080

I am unclear on what they mean by manually specified and how to correct port conflict.

Responses