-
Notifications
You must be signed in to change notification settings - Fork 174
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
kubelet Unable to attach or mount volumes #94
Comments
@cnzf1 |
Hi we have same issue, PVC is on another namespace on the attacher we have this error:
on the pod we get this error:
we delete the attacher, change image: quay.io/k8scsi/csi-attacher:v3.1.0 and re-create all
the PVC is Bound and created on the S3 platform, the only issue is to attached it to the container on creation any idea? |
Hi, we solve the issue by changing the ClusterRole of the attacher from
to
|
See Issue #80, the solution is described here: #80 (comment) |
how should i do ,if I want to use static pvc with backend minio in kubernetes v1.22?
Now , I meet an error:
Warning FailedMount 2m6s (x6 over 13m) kubelet Unable to attach or mount volumes: unmounted volumes=[webroot], unattached volumes=[webroot kube-api-access-ttwx2]: timed out waiting for the condition
Warning FailedAttachVolume 52s (x7 over 13m) attachdetach-controller AttachVolume.Attach failed for volume "mypv" : Attach timeout for volume data
The text was updated successfully, but these errors were encountered: