-
Notifications
You must be signed in to change notification settings - Fork 243
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
[MacOS] Cannot run 2 dev sessions simultaneously on cluster #6744
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
Comments
github-actions
bot
added
the
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
label
Apr 18, 2023
cc: @kadel Can you confirm if this is an issue for you since you are using MacOS? |
valaparthvi
changed the title
[MacOS] Cannot run 2 dev sessions simultaneously on a cluster
[MacOS] Cannot run 2 dev sessions simultaneously on a local vanilla K8s cluster
Apr 18, 2023
valaparthvi
changed the title
[MacOS] Cannot run 2 dev sessions simultaneously on a local vanilla K8s cluster
[MacOS] Cannot run 2 dev sessions simultaneously on cluster
Apr 18, 2023
Cabal call [25th April '23]:
|
3 tasks
Fixed by #6766 |
@feloy: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
/kind bug
What versions of software are you using?
Operating System:
MacOS
$ uname -a Darwin pvala-mac 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 arm64
Output of
odo version
:How did you run odo exactly?
Actual behavior
odo dev
from backend fails to fetch correct local port.Expected behavior
Any logs, error output, etc?
This is only an issue for cluster on MacOS; it works as expected on podman for MacOS.
It works as expected for both cluster and podman on Linux.
This problem was not present in v3.8.0, and I believe I have traced the origin to 86b271d. This problem does not exist before this commit, and reverting the commit also seemed to make the problem go away for cluster, but brings it back for podman.
Workaround: Using custom port mapping for cluster can work as a workaround, but the problem still exists, i.e. it does not correctly detect free port.
Note:This might be specific to a local K8s cluster created by docker-desktop that I am using because it appears to be working as expected for OpenShift cluster.
The text was updated successfully, but these errors were encountered: