PV fails to mount NFS running on host.k3d.internal #892
Unanswered
nwithers-ecr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What did you do
k3d cluster create -c k3d.yaml
(runs with sudo, and without, fail the same way)k3d.yaml
What did you expect to happen
Persistent volume mounts NFS in pod
Screenshots or terminal output
tail /etc/exports -n 2
nfs-common is installed via the Dockerfile
kubectl get node -o wide | awk '!/NAME/ {print $1FS$6}'
kubectl describe pv document-generation-engine-datastore
kubectl describe pvc document-generation-engine-datastore
kubectl desctibe pod core-7b65d64b9b-tp72k
kubectl exec -it document-generation-engine-776bc48959-jbcsh -- dig host.k3d.internal
At this point I tried using a dynamic provisioner instead. however, even the provisioner fails to mount with the same error
helm upgrade -i nfs-subdir-external-provisioner nfs-subdir-external-provisioner/nfs-subdir-external-provisioner --set nfs.server=host.k3d.internal --set nfs.path=/mnt/devops-local-nloop-00-server
Which OS & Architecture
Linux DaringLion 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Which version of
k3d
docker
docker version
docker info
Beta Was this translation helpful? Give feedback.
All reactions