Add NFS support: implement setup scripts, Kubernetes integration, and configuration files

This commit is contained in:
2025-05-27 17:20:57 -07:00
parent 32d51b71ba
commit ccd7f4ba15
9 changed files with 652 additions and 2 deletions

View File

@@ -35,9 +35,11 @@ chmod +x *.sh
# Setup Kubernetes Dashboard
./setup-dashboard.sh
# Setup NFS Kubernetes integration (optional)
./setup-nfs.sh
# Setup Docker Registry
./setup-registry.sh
kubectl apply -k docker-registry
echo "Infrastructure setup complete!"
echo