You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user uses for instance the port 80, the route won't be reachable as crc daemon doesn't expose by default this port.
The controller should do tell the daemon to open this port.
The text was updated successfully, but these errors were encountered:
Currently the controller adds hosts file entries. It is enough with the current setup for https routes.
Default exposed ports are defined here: https://github.com/code-ready/crc/blob/master/pkg/crc/machine/vsock.go#L50
If the user uses for instance the port 80, the route won't be reachable as crc daemon doesn't expose by default this port.
The controller should do tell the daemon to open this port.
The text was updated successfully, but these errors were encountered: