jasonrichardsmith / sentry

Kubernetes Object Validating Admission Controller
GNU Lesser General Public License v3.0
41 stars 5 forks source link

NFS month paths #39

Open iahmad-khan opened 4 years ago

iahmad-khan commented 4 years ago

Is there a way to whitelist NFS exports to be used on kubernetes cluster.

For example I have an NFS server: server1.example.com with exports:

/export1 /export2

I want to allow only export1 to be used/mounted by pods on the cluster and dont allow export2.

thanks