-
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 #5523
Comments
Currently not. We removed all logic around creating operator-backed services from odo. TBH, the experience was not what we wanted it to be :-( I don't think that with the current state of the Operator ecosystem, we can make user-friendly CLI interface for installing operator-backed services. At some point, we will probably revisit this, but it is not in our short term list. |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
description to be updated by @kadel
Goal
Users should be able to use
odo catalog
command to list all operator-backed services. They should be able to filter by name or by category/labelExample
to show only databases
to show filter items that mention "maria" in name , description, operator or resource filed
note: the above example output was generated using following kubectl command
Flags
--catagory
show only operators in a given category (see an example for where category comes from)--filter
show only operators that have the given phrase in the information that odo is showing (displayName, category, description, operator, resource)--namespace
display services in a given namespace (and cluster-wide).Command behavior and error states
.odo/env.yaml
exists and hasnamespace
set). It should use namespace as defined there.--namespace
is used.The text was updated successfully, but these errors were encountered: