ctrox / csi-s3

A Container Storage Interface for S3
Apache License 2.0
758 stars 167 forks source link

If daemonset pod recreated, pods mounted s3 pvc will not work correctly #83

Closed lazywhite closed 1 year ago

lazywhite commented 1 year ago

If daemonset pod recreated(manually deleted), mount process like "rclone mount" will be terminated, so pods mounted s3 pvc can't wirte data.

I tried to add livenessProbe to pods mounted pvc, but even probe failed , pod will not get recreated and can't trigger NodePublishVolume(). how to solve this problem?