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 eventually breaking csi_resizer #460

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

Comments

@anchaube
Copy link

anchaube commented Jan 7, 2025

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, csi-resizer requires a update because it uses the TranslateInTreePVToCSI API.
https://github.com/kubernetes-csi/external-resizer/blob/master/pkg/resizer/csi_resizer.go#L148

@gnufied
Copy link
Contributor

gnufied commented Jan 9, 2025

This should be fixed with #462

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