Srikumar Venugopal
Srikumar Venugopal
Fixed makefile regression as part of #158. The unauthorised exception has still to be dealt with
@olevski What you have done is quite useful. can you make a PR please ? The images for datashim are hosted on quay.io. I'll attempt to host the helm charts...
Verified that this problem exists. To solve this, the CSI-S3 driver would need to be extended to support `LIST_VOLUMES` and `LIST_VOLUMES_PUBLISHED_NODES` so that the external attacher can periodically [re-sync the...
@vitalif Thanks for researching this issue, though the answer is disappointing :-) CSI-S3 (atleast Datashim's fork) uses `Bidirectional` mount propagation which has caused some issues, such as the need for...
@tomcli Can you provide logs of the csi-s3 daemon pods ? Might be related to the kubelet dir problem e.g. #160 #161 #90
It doesn't seem possible as the `bucketExists` check does not have options to ignore self-signed CA certificate. Also, csi-s3 uses minio-go client to perform the actual check
Thanks! I'll review this PR soon. Can I ask what is the driver for these changes (i.e. what problems are solved by this PR ? )
Seems related to this issue in Kubernetes CSI: https://github.com/kubernetes/kubernetes/issues/116847
@Eva-Music Try setting "readonly: true" as shown in [this example](https://github.com/datashim-io/datashim/blob/master/examples/templates/example-dataset-s3.yaml).
Sorry, I didn't pay attention to the actual mode. We don't support RWO yet but we can consider a feature request (or a PR 😄)