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

GeeseFS-based CSI for mounting S3 buckets as PersistentVolumes

Results 47 k8s-csi-s3 issues
Sort by recently updated
recently updated
newest added

I've deployed attacher, csi-s3 and provisioner as per instructions. Then deployed StorageClass with `bucket: my-bucket-name`. But when deploying the PVC, I get following error; `Warning ProvisioningFailed 0s (x2 over 1s)...

Is it possible to resizie/extend volumes? Could you add this feature?

Hi, I'm trying to enable caching in the CSI driver. I've passed extra mountOptions as follows: ``` mountOptions: "--memory-limit 4000 --dir-mode 0777 --file-mode 0666 --cache /tmp --debug --debug_fuse --stat-cache-ttl 9m0s...

Version 0.30.9 seems to set a default region when no region is specified for custom s3 providers. Could this be reversed or an option added to keep the region empty?

Hello! Sometimes I have problem with mounting a bucket to pods. From k8s I get `FailedMount` with the message: `Unable to attach or mount volumes: unmounted volumes=[data], unattached volumes=[kube-api-qjr9f data]:...

Hello. We are trying to use CSI-S3 with geesefs as storage backend for elasticsearch. We are using this elasticsearch as a snapshot checker. Most of the time it is idle...

If the default configuration of `geesefs` expects `1 GiB` of memory, then it would be smart to include that in resource requests.