Skip to content
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

How do I add extra NFS mount parameters? #24

Closed
2fst4u opened this issue Dec 5, 2020 · 1 comment
Closed

How do I add extra NFS mount parameters? #24

2fst4u opened this issue Dec 5, 2020 · 1 comment

Comments

@2fst4u
Copy link

2fst4u commented Dec 5, 2020

Is there any way through environment variables to add extra mount parameters? Specifically the "nolock" parameter.

@yonatankahana
Copy link
Contributor

since my PR merged, you can build and deploy your own image from master and add these mount options in the storage class. for example:

kind: StorageClass
metadata:
  name: nfs-nolock
provisioner: my-nfs-client-provisioner
mountOptions:
  - nolock

@2fst4u 2fst4u closed this as completed Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants