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

url describe does not show URL string for pushed routes #3332

Closed
yangcao77 opened this issue Jun 9, 2020 · 5 comments
Closed

url describe does not show URL string for pushed routes #3332

yangcao77 opened this issue Jun 9, 2020 · 5 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. v2 Issue or PR that applies to the v2 of odo

Comments

@yangcao77
Copy link
Contributor

/kind bug
/area url

What versions of software are you using?

Operating System:
MacOS

Output of odo version:
odo v1.2.2 (297316c)

How did you run odo exactly?

create and push a route, and run odo url describe

Actual behavior

$ odo url describe odoroute1 
NAME          STATE      URL     PORT
odoroute1     Pushed     ://     8080

The URL string is empty when running url describe.

However, url list shows the URL string for the same route

$ odo url list
Found the following URLs for component nodejs-nodetest-satq in application app:
NAME          STATE      URL                                             PORT     SECURE
odoroute1     Pushed     http://odoroute1-app-che.9.42.26.107.nip.io     8080     false

Expected behavior

Should show URL string for pushed routes.

@openshift-ci-robot openshift-ci-robot added kind/bug Categorizes issue or PR as related to a bug. area/url labels Jun 9, 2020
@yangcao77
Copy link
Contributor Author

Since I'm working on url describe for routes under experimental mode, it's facing the same issue for experimental mode. I will fix this bug for odo1 as well.

Fix will be included in #3305

/assign

@mik-dass
Copy link
Contributor

@yangcao77 There is already a issue regarding this #3274

@yangcao77
Copy link
Contributor Author

@mik-dass I saw you have a PR merged for #3274 . But it does not fix the issue, the pushed route URL still displayed as ://, and no matter if the URL is secured or not.
Please confirm that #3274 is the same issue as this one. Thanks.

@mik-dass
Copy link
Contributor

@mik-dass I saw you have a PR merged for #3274 . But it does not fix the issue, the pushed route URL still displayed as ://, and no matter if the URL is secured or not.

I don't have a merged PR that fixes #3274 . It was just mentioned in my PR #3269 (comment).

Please confirm that #3274 is the same issue as this one. Thanks.

Yes I think this issue is already a part of #3274, which is still open.

@yangcao77
Copy link
Contributor Author

Dup of #3274, closing this issue

@rm3l rm3l added the v2 Issue or PR that applies to the v2 of odo label Jun 16, 2023
@rm3l rm3l added this to odo Project Jun 16, 2023
@rm3l rm3l moved this to Done ✅ in odo Project Jun 26, 2023
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. v2 Issue or PR that applies to the v2 of odo
Projects
Archived in project
Development

No branches or pull requests

4 participants