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
{{ message }}
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
As discussed in https://kubernetes.slack.com/archives/C8EJ01Z46/p1578650595018200, CSI methods like
CreateVolume
andNodePublishVolume
must clean up when they return a "final" error (as defined in https://github.com/kubernetes/kubernetes/blob/ca532c6fb2c08f859eca13e0557f3b2aec9a18e0/pkg/volume/csi/csi_client.go#L627-L649) because Kubernetes will give up calling them and also not call the correspondingDeleteVolume
andNodeUnpublishVolume
methods.For example, an ephemeral volume currently leaks when formatting or mounting it fails.
The text was updated successfully, but these errors were encountered: