-
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
url describe does not show URL string for pushed routes #3332
Comments
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 |
@yangcao77 There is already a issue regarding this #3274 |
I don't have a merged PR that fixes #3274 . It was just mentioned in my PR #3269 (comment).
Yes I think this issue is already a part of #3274, which is still open. |
Dup of #3274, closing this issue |
/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
The URL string is empty when running url describe.
However,
url list
shows the URL string for the same routeExpected behavior
Should show URL string for pushed routes.
The text was updated successfully, but these errors were encountered: