-
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
Operator Hub outputs can be more user friendly than what they are right now #3197
Comments
I would not name it "Operator Name" And "Services Provided" but something more along the lines of:
Maybe worth considering not using the CSV name but rather the api-group (e.g. etcd.database.coreos.com) |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
This is still valid and important. Should be addressed through #4242 but needs to be kept open. /remove-lifecycle rotten |
tagging #5523 in case we decide to implement again in future /close |
@kadel: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
After looking at odo & Operator Hub integration documentation, @jorgemoralespou pointed out that outputs for Operator Hub integration are not really user friendly. For example, why do we use
--crd
flag to start a service? CRD is a k8s concept that we should ideally abstract that for users since that's the goal of odo.Based on the discussion, IMO, we could change it to
--service
. But there's a scope for further improvement. We should change the output starting fromodo catalog list services
and instead of below output:odo catalog list services Operators available in the cluster NAME CRDs etcdoperator.v0.9.4 EtcdCluster, EtcdBackup, EtcdRestore mongodb-enterprise.v1.5.2 MongoDB, MongoDBUser, MongoDBOpsManager service-binding-operator.v0.1.1-282 ServiceBindingRequest
we should consider presenting below to the user:
/kind code-refactoring
/area service-operators
/area component
The text was updated successfully, but these errors were encountered: