yandex-cloud / k8s-csi-s3

GeeseFS-based CSI for mounting S3 buckets as PersistentVolumes
Other
540 stars 95 forks source link

Volume mount is failing with time out error - if CRI is containerd #125

Open zohebk8s opened 2 months ago

zohebk8s commented 2 months ago

Hi Team,

I’ve deployed this driver in AWS EKS 1.29.3 and the default CRI is Containerd. Will this driver works with containerd?

Iam able to create PV by referring existing Minio bucket and Pv/PVC creation went well. But the pod is in container creating state and failing with time out error.

Error: rpc error = Timtout waiting for mount

I am just suspecting whether the driver works with containerd

zohebk8s commented 2 months ago

@vitalif Appreciate your comments or assistance on this?

Will it work if the underlying CRI is containerd and the cluster is AWS EkS?

Why because in requirements it’s mentioned about Docker Daemon.