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

# What problem are we solving? When we use the `s3fs` mounter, even if multiple pods use the same volume, the driver will start a process for each of them...

I have these issues with nomad id = "test" name = "test-vol8" type = "csi" external_id = "test1" plugin_id = "s3" capability { access_mode = "single-node-writer" attachment_mode = "file-system" }...

I'm looking for a CSI solution for a nomad cluster, that would use minio to provision the storage. Can I use this image `ctrox/csi-s3:v1.2.0-rc.2`, configure it to connect to my...

As per title. I've got this all working with DO spaces but can't figure out if there's any method of mounting into containers with permissions other than root:root 755. So...

hello everyone i have some problem with ctrox/csi-s3, i think so part of containers from deploy not start. what can i do for troubleshooting this? 1) Error from POD (when...

hi,can you help me solve this problem? Unable to attach or mount volumes: unmounted volumes=[webroot], unattached volumes=[istio-token istio-podinfo kube-api-access-g9wh7 webroot istiod-ca-cert istio-data istio-envoy]: timed out waiting for the condition I...

Please refer to issue #51 This PR fixes the DNS problems found when trying to query internal services with the default k8s hostnames (coreDNS). When using Demonsets with hostNetwork =...

Hey folks, maybe someone can give me a hint around here. For testing proposes I use minio as S3 provider, creating and attaching a PVC is working fine but I'm...

closes: https://github.com/ctrox/csi-s3/issues/20

# introduction The following explanation is focused on using csi-s3 with `goofys` as a backend. All the components are in their latest version. The issue I stumbled upon is the...