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

Hello, I noticed that there is no multiplatform support of the driver image, and I thought it'd be nice to have the image built for both linux/amd64 and linux/arm64 platforms....

``` quay.io/k8scsi/csi-provisioner:v2.1.0 quay.io/k8scsi/csi-node-driver-registrar:v1.2.0 ``` None of these images support arm64 provisioner versions, Can I use a higher version of the arm64 version of the image to run

Hi I can not mount with non exist directory ``` containers: - name: nginx image: nginx:latest ports: - containerPort: 8080 imagePullPolicy: volumeMounts: - name: home mountPath: /abcdef resources: requests: cpu:...

Hi! Currently, I'm trying to setup this S3 driver for my volumes. To do that, I've first installed this driver through the helm chart, and then installed [this FTP server...

Using a manual pvc, when deleting the pod it's mounted on and recreating it, I get this error: > MountVolume.MountDevice failed for volume "manualbucket-with-path" : kubernetes.io/csi: attacher.MountDevice failed to create...

"Hello @vitalif, I've found that when MinIO and CSI are in the same cluster, and there's no external domain name, using systemd's GeeseFS prevents the connection through Kubernetes' service-ClusterIP. In...

### Description 对于限额的配置目前没有支持,只能通过自身去实现限制配额的大小 https://github.com/yandex-cloud/k8s-csi-s3/issues/59 I tried to do this using ceph's resource quotas, but encountered a stuck pod mount, here is my example ## BUG REPORT ## Versions **kubeadm version**...

Getting error in the pod is still container creating state " Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 42s default-scheduler Successfully assigned default/csi-s3-test-nginx to...

After pvc is mounted to the pod, commands such as chown are not supported, causing Mysql to fail to start. version: `0.40.3` ```bash # storageclass create git clone https://github.com/yandex-cloud/k8s-csi-s3 cd...

Steps to reproduce 1. deploy k8s-cis-s3 2. create sc ``` cat