Skip to content
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 selection on new URL is skipped when a URL already exists #1573

Closed
jrichter1 opened this issue May 18, 2020 · 6 comments
Closed

Port selection on new URL is skipped when a URL already exists #1573

jrichter1 opened this issue May 18, 2020 · 6 comments

Comments

@jrichter1
Copy link
Contributor

Happens when multiple ports are available for a component (like a java app having 3 available ports). Creating the first URL will prevent the user from choosing ports for any other URL they wish to create afterwards.

@mohitsuman
Copy link
Collaborator

@jrichter1 For test, can you link the java component you tried. I will use the same to debug and fix.

@jrichter1
Copy link
Contributor Author

@mohitsuman mohitsuman self-assigned this May 18, 2020
@mohitsuman
Copy link
Collaborator

So the issue is pertaining to odo.

  • If we create a new url for first time, the odo describe output shows this:

Screenshot 2020-05-18 at 6 07 45 PM

  • Now when we start to create a new URL, the odo describe output just shows one port entry which has been selected previously.

Screenshot 2020-05-18 at 6 12 38 PM

Will raise an upstream issue for the same.

@mohitsuman
Copy link
Collaborator

Upstream : redhat-developer/odo#3201

@mohitsuman
Copy link
Collaborator

This is fixed in odo 1.2.2. Will test this out once we migrate to odo 1.2.2

@dgolovin
Copy link
Collaborator

dgolovin commented Jul 6, 2020

Resolved with migration to odo 1.2.2 (see #1599).

@dgolovin dgolovin closed this as completed Jul 6, 2020
@dgolovin dgolovin added this to the Sprint #186 milestone Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants