While inspired by the K8s@Home community, this repository does not follow the standard approach and does not only manage kubernetes related workloads. You can find more information by visiting the Docs which is in progress and under construction 🚧.
helm install nfs-storage nfs-subdir-external-provisioner/nfs-subdir-external-provisioner
--namespace kube-system
--set nfs.server=192.168.2.10
--set nfs.path=/var/nfs/shared/ai_storage
--set storageClass.name=nfs-ephemeral
--set storageClass.defaultClass=false