-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cifs plugin doesn't work if i use it in deployment #15
Comments
While mostly a workaround, could you try using volume claims? |
To add to this, I have been using this module from PV/PVC within a deployment, unfortunately it only works as ReadOnly when deployed this way. If I attempt to mount it as ReadWrite the pods will fail to launch. |
For me this is working within a deployment. Here is my YAML, so you can compare:
|
Hello. I use cifs plugin and it work if i use as pod. I have decided as deployment, but it doesn't work
Status pod:
nginx-deployment-5864c58f6f-rbssq 0/1 ContainerCreating 0 8m4s
Describe pod:
Unable to mount volumes for pod "nginx-deployment-5864c58f6f-rbssq_ccqc-services(074e8f98-b98d-408c-9070-46864d460cf7)": timeout expired waiting for volumes to attach or mount for pod "ccqc-services"/"nginx-deployment-5864c58f6f-rbssq". list of unmounted volumes=[cifs-share]. list of unattached volumes=[cifs-share default-token-24bkz]
The text was updated successfully, but these errors were encountered: