-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Propagate StorageClass MountOptions to PVs created by nfs-client-provisioner #835
Propagate StorageClass MountOptions to PVs created by nfs-client-provisioner #835
Conversation
Travis CI tests were failing due to alignment being incorrect in modified VolumeOptions block at line 1037.
/lgtm |
also the test error is unrelated |
@wongma7 Any chance this will be merged soon or is there a resource to help with build issues? I checked out @pgagnon's branch and tried to build but I get:
This is my first try at building a go project and I've read all the docs I could find. I installed the deps using |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
# Conflicts: # lib/controller/controller.go
@wongma7 I just merged your master branch into my fork in order to restore the ability to merge the PR automatically. I had to do some history rewriting because my git client was configured with the wrong email address, so my apologies for the extra notifications you may have received. |
/lgtm |
Thanks! |
This PR will allow StorageClasses to propagate MountOptions to PVs provisioned by nfs-client-provisioner.