diff --git a/provision/rke2-server.sh b/provision/rke2-server.sh index 28af8f1..581f81f 100755 --- a/provision/rke2-server.sh +++ b/provision/rke2-server.sh @@ -66,7 +66,7 @@ cluster-domain: cluster.local EOF h1 "Install NFS" -apt-get install -y nfs-common +apt-get install -y nfs-server mkdir /data chmod -cR 777 /data cat << EOF >> /etc/exports