csi-s3 icon indicating copy to clipboard operation
csi-s3 copied to clipboard

A Container Storage Interface for S3

Results 56 csi-s3 issues
Sort by recently updated
recently updated
newest added

Provisioner is working fine and is creating buckets in S3. However, the daemon set sits in Container Creation and the attacher is erroring. ``` $ kubectl logs -l app=csi-provisioner-s3 -c...

I am looking to use this as a means to use the IAM role to connect as S3 mount and not via access key and secret key, is this supported?

``` $ kubectl logs pod/csi-attacher-s3-0 -n kube-system I0425 17:50:09.496327 1 reflector.go:188] Listing and watching *v1beta1.VolumeAttachment from k8s.io/client-go/informers/factory.go:135 E0425 17:50:09.502791 1 reflector.go:156] k8s.io/client-go/informers/factory.go:135: Failed to list *v1beta1.VolumeAttachment: the server could not...

Hi, Does anyone have a DigitalOcean example? I can't seem to get it to work with it. Thanks, Jamie

PVC remains in pending state. ``` waiting for a volume to be created, either by external provisioner "ch.ctrox.csi.s3-driver" or manually created by system administrator ``` there is no error in...

apply examples/pvc.yaml, describe pvc: ``` Normal Provisioning 105s (x11 over 15m) ch.ctrox.csi.s3-driver_csi-provisioner-s3-0_11352194-f196-4f57-af40-e1fdd0e57ee3 External provisioner is provisioning volume for claim "default/csi-s3-pvc" Warning ProvisioningFailed 105s (x11 over 15m) ch.ctrox.csi.s3-driver_csi-provisioner-s3-0_11352194-f196-4f57-af40-e1fdd0e57ee3 failed to provision...

https://github.com/ctrox/csi-s3/blob/ddbd6fdaa1bd76754df3ea76fba0afe149ebe87d/pkg/driver/controllerserver.go#L270 should be ```go return splitVolumeID[0], strings.Join(splitVolumeID[1:], "/") ```

csi components description: ``` $ kubectl -n kube-system get pods csi-attacher-s3-0 1/1 Running 2 32m csi-provisioner-s3-0 2/2 Running 0 32m csi-s3-mf6pj 2/2 Running 0 10m csi-s3-mnczm 2/2 Running 0 11m...

Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal SuccessfulAttachVolume 40m attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-e97dce00-460a-4e09-bfb1-a6b07ca3eab8" Warning FailedMount 38m kubelet Unable to attach or mount volumes:...

Hi There, Is it possible to make CSI-S3 compatible with ReadWriteMany storage type? Kind regards, Lennard