I'm attempting to free up space on my devices within my cluster. My plan is to migrate all my container files and local storage requirements into a NFS server within my environment. I am just trying to dry run my ideas here before implementation to see if there is anything that I could run into which could cause my systems to become unresponsive.
1. set my NFS within each device.
2. stop k3s on conductor & nodes.
3. rsync my data into the NFS from each server from /var/lib/rancher/k3s/data
4. update if applicable the k3s.yaml file the new default data root directory.
Would there be any "got ya's" from attempting this?