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
The external-provisioner panics when a CSI-driver supports the GetSnapshot RPC. Commit 4213fcf resolves this, because csi-lib-utils v0.21 contains a fix for the crash (kubernetes-csi/csi-lib-utils#188).
What you expected to happen:
No panic.
How to reproduce it:
Pass a new value for an enumeration in the CSI-drivers GetCapabilities() reply.
Anything else we need to know?:
Fix has been merged in the master branch, a new release would be most welcome.