Hi Everyone. A question about NFS with RKE2. While I mount the NFS path on my pod, seems the NFS server export file has to be config with '*', e.g.
/media/storage/abcd *(rw,sync,no_root_squash,no_subtree_check)
If I change it to ip segment, then it won't work.
/media/storage/abcd 10.42.0.0/16(rw,sync,no_root_squash,no_subtree_check)
Any idea why?