odo describe component
fails when trying to get info about "non-odo" component
#6584
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/High
Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Milestone
/kind bug
What versions of software are you using?
Operating System:
Output of
odo version
:odo v3.6.0 (a035764)
How did you run odo exactly?
Actual behavior
odo describe component
complains that the component nodejs-basic doesn't exists, butodo list
sees it. This is confusing behaviour. One odo commands sees that compoent, but other doesn'tExpected behavior
It need to be possible to run
describe
command on every item listed in thelist
output.Any logs, error output, etc?
Odo won't be albe to get all the information from the compoentn that is not managed by odo. This is ok. THe output can be limited to only information that odo can obtain.
/kind bug
/priority high
The text was updated successfully, but these errors were encountered: