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

Cannot search according to openshift_version #403

Open
apodhrad opened this issue Aug 18, 2022 · 1 comment
Open

Cannot search according to openshift_version #403

apodhrad opened this issue Aug 18, 2022 · 1 comment

Comments

@apodhrad
Copy link

OCM version: 0.1.64

This command works

$ ocm list clusters --parameter search="openshift_version like '%'" --columns "id, openshift_version"
ID                                OPENSHIFT_VERSION 
1u5q63je0j29nf2e1hjl6807on87euj4  4.11.0

but this one doesn't work

$ ocm list clusters --parameter search="openshift_version like '4.11%'" --columns "id, openshift_version"
ID                                OPENSHIFT_VERSION 

Potential workaround exists

$ ocm list clusters --parameter search="version.id like 'openshift-v4.11%'" --columns "id, openshift_version"
ID                                OPENSHIFT_VERSION 
1u5q63je0j29nf2e1hjl6807on87euj4  4.11.0 

but that's not exactly the same (openshift_version is received from telemetry)

@dofinn
Copy link
Contributor

dofinn commented Nov 30, 2023

Bump on this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants