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

List of files not visible from container

Open marcelmiguel opened this issue 5 months ago • 0 comments

I have a volume created in DigitalOcean linked vis csi-s3 to D.O. Space Object Storage using [geesefs](CSI for S3 | DigitalOcean Marketplace 1-Click App)

The container is based on alpine image.

I can make a touch or vi and appears on the Space Object Storage web page of D.O.

But I cannot see the files from a kubectl exec doing a ls on the path.

The Bucket was previously created, so it is manually linked.

All the yaml files are based on the ones in this repo.

Is it related to file permissions? https://github.com/yandex-cloud/k8s-csi-s3/issues/132

*kubectl logs -l app=csi-s3-provisioner -n csi-s3, gives:

I0919 07:16:42.669631 1 reflector.go:530] k8s.io/client-go/informers/factory.go:134: Watch close - *v1.PersistentVolumeClaim total 4 items received I0919 07:17:22.192663 1 reflector.go:530] sigs.k8s.io/sig-storage-lib-external-provisioner/v6/controller/controller.go:875: Watch close - *v1.StorageClass total 0 items received I0919 07:20:21.956558 1 reflector.go:530] sigs.k8s.io/sig-storage-lib-external-provisioner/v6/controller/controller.go:872: Watch close - *v1.PersistentVolume total 0 items received I0919 07:23:17.698600 1 reflector.go:530] k8s.io/client-go/informers/factory.go:134: Watch close - *v1.PersistentVolumeClaim total 0 items received I0919 07:24:18.412923 1 reflector.go:530] k8s.io/client-go/informers/factory.go:134: Watch close - *v1.StorageClass total 9 items received I0919 07:25:30.205731 1 reflector.go:530] sigs.k8s.io/sig-storage-lib-external-provisioner/v6/controller/controller.go:875: Watch close - *v1.StorageClass total 10 items received I0919 07:26:44.994973 1 reflector.go:530] sigs.k8s.io/sig-storage-lib-external-provisioner/v6/controller/controller.go:872: Watch close - *v1.PersistentVolume total 8 items received I0919 07:28:25.960968 1 reflector.go:381] sigs.k8s.io/sig-storage-lib-external-provisioner/v6/controller/controller.go:872: forcing resync I0919 07:28:25.963330 1 reflector.go:381] k8s.io/client-go/informers/factory.go:134: forcing resync I0919 07:29:58.726554 1 reflector.go:530] k8s.io/client-go/informers/factory.go:134: Watch close - v1.PersistentVolumeClaim total 7 items received

marcelmiguel avatar Sep 19 '24 07:09 marcelmiguel