Closed strideynet closed 2 years ago
Patched docker image available at https://github.com/strideynet/csi-nfs-driver-patched
Use with the following helm values:
image:
nfs:
repository: ghcr.io/strideynet/csi-nfs-driver-patched
tag: v3.0.0-0
thanks, I have worked out a PR: https://github.com/kubernetes-csi/csi-driver-nfs/pull/253, pls take a look.
@andyzhangx PR looks good, matches my own implementation of a fix.
mcr.microsoft.com/k8s/csi/nfs-csi:v3.0.0
already fixed the issue, pls try with ImagePullPolicy: Always
What happened:
Attempting to mount a NFSv3 share produces:
What you expected to happen:
It to mount without error.
How to reproduce it:
Attempt to use a NFSv3 server.
Anything else we need to know?:
During investigation, I found that
exec
ing into the container and runningapt install netbase
which provides the/etc/protocols
file means I am then able to successfully mount the share:We should probably install this package within the docker container, or manually provide a
/etc/protocols
file.Environment:
kubectl version
):uname -a
):Linux kce-staging 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux