We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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? #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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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? #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
The text was updated successfully, but these errors were encountered: