ofek / csi-gcs

Kubernetes CSI driver for Google Cloud Storage
https://ofek.dev/csi-gcs/
Apache License 2.0
152 stars 39 forks source link

A golang service can't read directory for a mounted PV/PVC #184

Open livingston0318 opened 11 months ago

livingston0318 commented 11 months ago

I create a PV/PVC of GCS, But failed to read directory for the mounted directory by a golang script

maennchen commented 11 months ago

@livingston0318 That is probably caused by the directory itself not being existent and can be solved with the implicitDir option.

See: