Open wccropper opened 4 weeks ago
I also encountered the same problem, anyone can help?
apiVersion: v1 kind: PersistentVolumeClaim metadata: name: bucket-csi-s3-manual-pvc spec: storageClassName: "" accessModes:
ReadWriteMany resources: requests: storage: 10Gi
storageClassName: "" 改为 storageClassName: "bucket-csi-s3"
I am trying to use persistent manual bucket and share it across pods:
The STORAGECLASS/PVC/PV all create correctly, but the POD gets error "MountVolume.MountDevice failed for volume "manualbucket-with-path" : rpc error: code = Unknown desc = Timeout waiting for mount" and never completes.