-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port in use detection on Windows #6721
Comments
/assign @rm3l Taking a look at this issue, as I currently have a Windows VM at hand.. |
After trying to reproduce this issue on Windows, I noticed that detection of ports in use for port-forwarding is actually already fixed by #6479 (introduction of custom addresses for port forwarding). LogsThe first session would start successfully:
But from now on, it would be impossible to start any other Dev session:
#7041 fixes the port detection issue n Windows when trying to start the API Server. |
/kind bug
What versions of software are you using?
Operating System:
Windows 10
Output of
odo version
:How did you run odo exactly?
Running 2 sessions of odo dev, one on podman and one on cluster:
Actual behavior
The second session tries to reuse the port 20001, wh it is already in use.
Expected behavior
The second session should detect the port 20001 is already in use, and use the next one (20002)
Any logs, error output, etc?
The text was updated successfully, but these errors were encountered: