-
Notifications
You must be signed in to change notification settings - Fork 998
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FR: Support mount_options for PersistentVolumes #146
Comments
This is currently a big blocker for me to use persistent volumes. At the moment I'm using a workaround and deploy persistent volume via yaml files directly to the cluster. Are there any plans to implement this functionality? |
+1 for this feature. Currently, I use a local-exec provisioner to add the mount options to the volume created by terraform. It would be really useful to specify the mont options directly. |
If someone has a trick for using |
@jrhouston Why was this closed? Was it implemented somewhere? |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Terraform Version
v0.11.4
Affected Resource(s)
Expected Behavior
Kubernetes 1.9 supports the option mount_options in their PersistentVolumeSpec, where the operator can add specific options, that should be used when mounting the volume. This option is currently missing from the terraform kubernetes provider.
References
The text was updated successfully, but these errors were encountered: