-
Notifications
You must be signed in to change notification settings - Fork 222
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
FailedAttachVolume - Unable to attach or mount volumes #409
Comments
Hello, @smangelkramer. What is the path to the kubelet directory on your nodes? Other Rancher users have reported that it is not /var/lib/kubelet, as is typical with most Kubernetes distributions. Please see #314 as well as this issue. Did you specify --kubelet-dir when installing Trident? |
Hello @clintonk i edited my RKE Cluster YAML before installing Trident like this:
But absolutely agree, we have an containerized kubelet with RKE/RancherOS. |
Just re-deployed the Operator with
But i ran into the same issue. I will try to deploy it again with |
In 20.04.0 Trident Operator, there is a bug because of which Trident Operator does not honor the The current alternative is to use |
Describe the bug
Hi all,
just did a fresh installation of Trident in an current Rancher/RKE environment following the official docs of Trident. Everything looks fine, but got an error when trying to create and use my first vol inside a pod/container:
AttachVolume.Attach failed for volume "pvc-c17af9f3-3d2d-45f4-820f-36b91caca697" : CSINode demo-netapp-trident-w2 does not contain driver csi.trident.netapp.io
Environment
To Reproduce
Default installation, create a Pod with PVC.
Volume gets created, but cannot be mounted:
CSINode <NODE> does not contain driver csi.trident.netapp.io
Cant find any issue, docs, ... regarding this.
Some deeper Troubleshooting was not successful.
Perhaps it will help to investigate further...
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: