redhat-developer / odo

odo - Developer-focused CLI for fast & iterative container-based application development on Podman and Kubernetes. Implementation of the open Devfile standard.
https://odo.dev
Apache License 2.0
797 stars 243 forks source link

status command for operators #2479

Closed girishramnani closed 4 years ago

girishramnani commented 4 years ago

[kind/Feature]

Which functionality do you think we should add?

Once a user has instantiated the operator, they can check the status of the operator using odo service status. This command was not present in the service catalog services. odo service status becomes important for operators because there can be multiple CRs created and the user needs a way to know their status.

kadel commented 4 years ago

Service status is already displayed in odo service list for ServiceCatalog based services. Do we really need an extra command for this? Couldn't it be included in the listing as with ServiceCatalog Services? If we decide to implement odo service status we need to implement it also for ServiceCatalog services.

dharmit commented 4 years ago

+1 we should just use odo service list for this unless there's a real need for status command.

girishramnani commented 4 years ago

got it, closing this issue then