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

openstack-cloud-controller-manager-binary does not show the correct release in OKD/OCP4.12+ #2623

Open
jonasbartho opened this issue Jul 3, 2024 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@jonasbartho
Copy link

jonasbartho commented Jul 3, 2024

Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug

What happened:
The openstack-cloud-controller-manager binary in OKD 4.12(=free version of Openshift) does not show the correct git-release that is being used.

# openstack-cloud-controller-manager --version
Kubernetes v0.0.0-master+$Format:%H$

What you expected to happen:
Since openstack-cloud-controller-manager is the out-of-tree provider of Openstack by default in OKD/OCP4.12+, it would be nice to see which version it is using. I for example want to use new functionality from release-1.30, but it looks like it is not available yet. Is there any other way to check which release I am on?

Environment:

  • openstack-cloud-controller-manager version: unknown..
  • OpenStack version: 2024.1
  • Others: OKD/OCP 4.15
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Jul 3, 2024
@jonasbartho jonasbartho changed the title openstack-cloud-controller-manager-binary does not show the correct release in OKD4.12+ openstack-cloud-controller-manager-binary does not show the correct release in OKD/OCP4.12+ Jul 3, 2024
@jonasbartho
Copy link
Author

I found the following command that gives sort-of a hunch which version currently is being used:

$ oc adm release info --commit-urls |grep -i openstack-cloud
  openstack-cloud-controller-manager             https://github.com/openshift/cloud-provider-openstack/commit/e1a9f48173b0056dc96b62ef6b141ccc1838cebc

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.
Projects
None yet
Development

No branches or pull requests

2 participants