Skip to content
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 should only list the successfully installed Operators #4155

Closed
dharmit opened this issue Oct 27, 2020 · 1 comment · Fixed by #4202
Closed

odo should only list the successfully installed Operators #4155

dharmit opened this issue Oct 27, 2020 · 1 comment · Fixed by #4202
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. v2 Issue or PR that applies to the v2 of odo

Comments

@dharmit
Copy link
Member

dharmit commented Oct 27, 2020

What versions of software are you using?

Operating System: all

Output of odo version: master

How did you run odo exactly?

odo catalog list services

Actual behavior

odo lists all the Operators without checking if the Operator was successfully installed on the cluster

Expected behavior

odo should only list those Operators which have been successfully installed

Any logs, error output, etc?

$ kubectl get csv
NAME                              DISPLAY   VERSION             REPLACES   PHASE
etcdoperator.v0.9.4-clusterwide   etcd      0.9.4-clusterwide              Succeeded

Here, the Opertor has been successfully installed as can be seen from the value Succeeded in the PHASE column. If it's anything other than Succeded, odo catalog list services should not show that Operator in its output.

/area service-operators
/kind bug

@openshift-ci-robot openshift-ci-robot added area/service-operators kind/bug Categorizes issue or PR as related to a bug. labels Oct 27, 2020
@dharmit
Copy link
Member Author

dharmit commented Oct 27, 2020

Corresponding BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1889961

@rm3l rm3l added the v2 Issue or PR that applies to the v2 of odo label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. v2 Issue or PR that applies to the v2 of odo
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants