IBM / ibm-block-csi-operator

Operator for IBM block storage CSI driver
Apache License 2.0
15 stars 16 forks source link

sidecars in use by IBM Block Storage CSI driver use old container registry and versions themselves are outdated #374

Closed bh-tt closed 2 months ago

bh-tt commented 3 months ago

I found several issues while trying to deploy it:

I could find no documentation about which versions of these images this project is compatible with, but we can hardly leave them on outdated versions forever. Could some documentation about this be added?

kasserater commented 3 months ago

hi @bh-tt , not quite sure what you mean

we have several sidecars configured which are indeed hosted on k8s.gcr.io, but the operator is hosted on registry.connect.redhat.com and the subcomponents (driver and node) are hosted on quay.io

regarding the sidecar versions, we review the versions and update them from time to time as part of major releases only. the current versions are those that the current release of the operator was tested and qualified for.

bh-tt commented 3 months ago

The k8s.gcr.io has been frozen for a while now, so it might be good to update those domains to the new domain.

Thank you for the response about the sidecar versions though, we will try to keep up with the sidecar versions as you update them.

kasserater commented 3 months ago

thank you @bh-tt for raising this issue. we will be sure to update the sidecar registry to the new one, and try to update the sidecar versions themselves in the next major release

kasserater commented 3 months ago

for future reference - https://kubernetes-csi.github.io/docs/sidecar-containers.html (links from this page point to new container registry and the latest versions)

kasserater commented 2 months ago

fixed as part of 89cab99183207a52e14a8705565f02136c4851fa (next 1.12.0 release)