-
Notifications
You must be signed in to change notification settings - Fork 67
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
S3's bucket cannot mount into a pod in k8s. #250
Comments
@srikumar003 Thank you for your prompt reply, I tried to see the label of "monitor-pods-datasets" and it was set to "enabled."
But the pod still cannot mount the pvc, and the pod displays the following error information:
|
@Trainbow Since this error appears in the mounter rather than the actual connector, it could be related to #160. Can you check if the kubelet path that you used for installing Datashim is the same as that in your cluster ? |
@srikumar003 Do you mean that the datashim's plugin didn't install in the correct path in the k8s cluster? It seems installed in the correct path? |
Hello, I tried datashim in the local k8s which has a master node and it works well.
But when I apply the datashim in another kubernetes(1master+10nodes) with the same way, The pvc can create successfully but cannot mount into a nginx pod.
This is the log I found in a csi-s3 pod:
What caused this? Thanks for help.
The text was updated successfully, but these errors were encountered: