Can you please let me know how to limit the ip address in the NFS Share to the Kuberetes containers in Truenas and Truecharts applications. I have tried 172.16.0.0/16 and 172.17.0.0/16.
Limit to host, not network and use 127.0.0.1.
NFS mounts to pods are performed by the kubelet part of k3s, which runs on the host, so 127.0.0.1 is sufficient.
Limit to host, not network and use 127.0.0.1.
NFS mounts to pods are performed by the kubelet part of k3s, which runs on the host, so 127.0.0.1 is sufficient.