Instalando NFS-Server
instale
configure
crie o arquivo /etc/exports
/srv/nfs/cluster-rancher 192.168.111.0/22(rw,sync,no_subtree_check,no_root_squash)
/srv/nfs/cluster-k8s-dev 192.168.111.0/22(rw,sync,no_subtree_check,no_root_squash)
/srv/nfs/cluster-k8s-tst 192.168.111.0/22(rw,sync,no_subtree_check,no_root_squash)
/srv/nfs/cluster-k8s-hmg 192.168.111.0/22(rw,sync,no_subtree_check,no_root_squash)
/srv/nfs/cluster-k8s-prd 192.168.111.0/22(rw,sync,no_subtree_check,no_root_squash)
recarregue
verifique
saída exemplo