Open jonasbartho opened 4 months ago
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
openstack-cloud-controller-manager --version
Kubernetes v0.0.0-master+$Format:%H$
I remember it's a known issue and somehow related to Cloud provider instead of OCCM but not 100% sure now
I remember that I fixed this last year in #2252
I just checked the 1.30 release:
$ docker run --rm --entrypoint /bin/openstack-cloud-controller-manager registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.30.0 --version
Kubernetes v1.30.0
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
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 fromrelease-1.30
, but it looks like it is not available yet. Is there any other way to check which release I am on?Environment: