-
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
odo catalog component describe should allow registry parameter #4463
Comments
@jeffmaury I'm marking this as a feature instead of a bug since it's something that never existed. Ideally we should have thought of this at the time of v2 release, but evidently we missed that. |
@jeffmaury on a call today, @kadel mentioned that registry implementation is up for some change. So I have removed this one from consideration for upcoming sprint. @kadel if there's an issue on devfile repo, can you please link it here so that we can look into this request when it's done? /priority medium |
After discussing this with @jeffmaury and understanding more about this issue I think that we can safely implement this as it shouldn't change with the new registry implementation. The problem is this:
and my-registry has the devfile with the same name as the default odo registry, I won't be able to run
|
@jeffmaury If there are multiple components with the same name, it still prints them both, but now the JSON output has the registry name. |
Yes |
/kind bug
What versions of software are you using?
Operating System:
Win10Pro
Output of
odo version
:odo v2.0.5 (e8030b19a)
How did you run odo exactly?
odo catalog component describe
Actual behavior
Component from first registry is displayed ?
Expected behavior
We should be able to specifiy the registry to lookup
Any logs, error output, etc?
The text was updated successfully, but these errors were encountered: