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
Start cluster again (success, nothing appears in Podman Desktop)
extra: switching back to 443 and 80 is impossible, the binary enforces ports >=1024
Expected
Cluster is started with original ports
Actual
Cluster fails to start with original ports, workaround does not fix the issue, cluster is not visible, crc status reports it as stopped.
Restarting Podman Desktop shows the cluster once again. Opening cluster details and starting it from UI eventually succeeds
Logs
Podman Desktop
[openshift-local] Error: failed to expose port :443 -> 192.168.127.2:443: listen tcp :443: bind: permission denied
at DaemonCommander.start (/home/tdancs/.local/share/containers/podman-desktop/plugins/ghcriocrcorgcrcextension/dist/extension.cjs:12534:13)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async startCrc (/home/tdancs/.local/share/containers/podman-desktop/plugins/ghcriocrcorgcrcextension/dist/extension.cjs:26440:20)
at async createCrcVm (/home/tdancs/.local/share/containers/podman-desktop/plugins/ghcriocrcorgcrcextension/dist/extension.cjs:27454:22)
at async Object.create (/home/tdancs/.local/share/containers/podman-desktop/plugins/ghcriocrcorgcrcextension/dist/extension.cjs:27431:11)
at async TaskConnectionUtils.withTask (/app/lib/io.podman_desktop.PodmanDesktop/resources/app.asar/packages/main/dist/index.cjs:291:1727)
at async /app/lib/io.podman_desktop.PodmanDesktop/resources/app.asar/packages/main/dist/index.cjs:291:3219
at async Session.<anonymous> (node:electron/js2c/browser_init:2:110632)
[openshift-local] Error: failed to expose port :443 -> 192.168.127.2:443: listen tcp :443: bind: permission denied
^-- same error for port 80
Please consider posting the output of crc start --log-level debug on http://gist.github.com/ and post the link in the issue.
General information
crc setupbefore starting it (Yes/No)? YesCRC version
CRC status
$ crc status --log-level debug DEBU CRC version: 2.57.0+ae41f6 DEBU OpenShift version: 4.20.5 DEBU MicroShift version: 4.20.0 DEBU Running 'crc status' CRC VM: Stopped OpenShift: Stopped (v4.20.5) Disk Usage: 0B of 0B (Inside the CRC VM) Cache Usage: 31.59GB Cache Directory: /home/tdancs/.crc/cacheCRC config
# Put `crc config view` output hereHost Operating System
Steps to reproduce
crccrc setupextra: switching back to 443 and 80 is impossible, the binary enforces ports >=1024
Expected
Actual
crc statusreports it as stopped.Logs
Podman Desktop
^-- same error for port
80Please consider posting the output of
crc start --log-level debugon http://gist.github.com/ and post the link in the issue.Related: #235 crc-org/crc#4124