nfs-subdir-external-provisioner
nfs-subdir-external-provisioner copied to clipboard
Dynamic sub-dir volume provisioner on a remote NFS server.
fixes issue #127 by using the full nfs path set in p.path and replacing the host path of the nfs server with the mount path using strings.Replace instead of just...
Current spacing/syntax will result in `sed: 1: "./deploy/rbac.yaml": invalid command code .`
- In the image, a couple vulnerabilities related to tzdata package were found, was hoping these could get resolved, thank you! - [DLA-2963-1](https://www.debian.org/lts/security/2022/dla-2963), [DLA-2797-1](https://www.debian.org/lts/security/2021/dla-2797)
We have install & confgured NFS server and created a storage class for NFS dynamic storage provisioning in Openshift. We have followed the steps mentioned in the below IBM technote...
I am attempting to run the test after installing the provisioner using the off-the-shelf scripts in this repository. On the NFS server, the provisioned directory is created (suggesting that the...
So I quite like this nfs-subdir-external-provisioner, however there's part of my Disaster Recovery plan where I _THINK_ it falls short. Or maybe I don't know how to use it properly....
Can we please get actual notes of what changed with each release in the GitHub Release Notes section? :) Can't tell why I should upgrade with out it, really.
Hello, Azure NFS does not allow mounting subdir When storage-path is not "./", NSEP appends the path to the mount string causing it to fail ``` MountVolume.SetUp failed for volume...
Did anyone succeed with using AWS roles to grant access to EFS (not to relay only on security groups)? I tried helm values with: ``` serviceAccount: create: true name: nfs-subdir-external-provisioner...
Hi - if --set nfs.mountOptions="nobrl" is passed to helm the install fails with an "unable to iterate over range nobrl" - is it just that I have the syntax incorrect...