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

Incorrect version of openstack-cloud-controller-manager in workload clusters #482

Open
jrosser opened this issue Jan 21, 2025 · 0 comments

Comments

@jrosser
Copy link
Contributor

jrosser commented Jan 21, 2025

We found that occm 1.28.0 was installed regardless of the k8s version or cloud_provider_tag.

There is code here to search/replace in the desired version of occm

"docker.io/k8scloudprovider/openstack-cloud-controller-manager:latest",
cloud_provider.get_image(self.cluster),

Here is the manifest it wants to patch

image: registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.28.0

I think that commit cae70f7 adjusted the manifest in a way that the search/replace no longer matches, so the version in the manifest is always used.

This results in inability to use the expected features in a workload cluster, in our case [KEP-1860] which was introduced in 1.30.0.

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

1 participant