Skip to content
New issue

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

GRPC error: Timeout waiting for mount #105

Open
Talavig opened this issue Mar 25, 2024 · 1 comment
Open

GRPC error: Timeout waiting for mount #105

Talavig opened this issue Mar 25, 2024 · 1 comment

Comments

@Talavig
Copy link

Talavig commented Mar 25, 2024

We have tried to install the csi-s3 suite on out test cluster, it seems to have deployed successfully, we have statically created a pv and a pvc to map to a specific bucket as shown in the documentation, and the mount fails with the message in the issue's title.
It's important to note that we are running in an air gapped environment, with no support for outer cluster GRPC communication, but we have not found a way to change it to http if such thing is even possible. Is there any workaround that can help us with it? Or is the grpc communication a must?
Thanks in advance:)

@vitalif
Copy link
Collaborator

vitalif commented Apr 22, 2024

Hi I'm not sure what you mean by outer cluster GRPC communication... csi-s3 itself doesn't use grpc access to k8s installation, CSI sidecars of course do it.
Maybe you have a problem with systemd "escaping from container" method? Then you can try to add --no-systemd to mount options (see README).
Or maybe you have a problem with custom kubelet path? Current charts use /var/lib/kubelet by default (it can be changed via Helm).
Also please check logs of csi-s3 containers, maybe it will give you a hint about what's wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants