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

With Kubernetes v1.32 TranslateInTreePVToCSI api signature changed requires update to ProvisionerCSITranslator #1323

Open
anchaube opened this issue Jan 7, 2025 · 1 comment

Comments

@anchaube
Copy link

anchaube commented Jan 7, 2025

Is your feature request related to a problem?/Why is this needed
With kubernetes 1.32 , there is any update to csi-translation-lib api TranslateInTreePVToCSI
func (CSITranslator) TranslateInTreePVToCSI(logger klog.Logger, pv *v1.PersistentVolume)

https://github.com/kubernetes/csi-translation-lib/blob/v0.32.0/translate.go

As a result, ProvisionerCSITranslator requires a update
Describe the solution you'd like in detail
We need release new version external provisioner with k8s v1.32 dependencies with update to ProvisionerCSITranslator to make it compatible with k8s v1.32
https://github.com/kubernetes-csi/external-provisioner/blob/v5.1.0/pkg/controller/controller.go#L212

@jsafrane
Copy link
Contributor

I think this has been fixed in #1325
A release will follow.

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