Limit NFS Share to Kubernetes Apps

sumur1au

Cadet
Joined
Sep 13, 2018
Messages
2
Hi All,

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.

1685869370984.png
 

Attachments

  • 1685869285781.png
    1685869285781.png
    225.2 KB · Views: 58

FrostyCat

Explorer
Joined
Jan 4, 2022
Messages
79
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.
 
Top