You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: