-
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
Unable to retrieve a non pushed service #4992
Comments
@feloy The |
@valaparthvi With the necessary hindsight, I'm now sure the JSON output should have the same content as the text output. You can consider I was wrong when writing this comment |
Seems to be defeated by my issue, are you talking about master/main or latest release ? |
I realize now that I was wrong when I added the non-deployed services to the text output without adding them to the json output (on this PR #4761). I had the chance to learn more about the JSON output since then, and understands now I should have added it to the JSON output also. The issue appears in main and from the release 2.2.3. I don't think it is a concern to add the non-deployed services to the JSON output. |
As a general rule, having content from text and structured output different will break the tooling (my team is working on 😄 ) |
Thank you for confirming that, Philippe. |
Scope of this issue:
|
/kind bug
What versions of software are you using?
Operating System: Win10Pro
Output of
odo version
: 2.2.4How did you run odo exactly?
Actual behavior
The first
odo service list
reports the service as non pushed, the second one does not list itExpected behavior
The non pushed service should be reported in the JSON output
Any logs, error output, etc?
The text was updated successfully, but these errors were encountered: