This commit is contained in:
2023-02-21 14:35:39 +07:00
parent 9f310557f3
commit 6b5474a48d
30 changed files with 276 additions and 26 deletions

5
4.NFS/nfs/nfs-install.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
ssh root@192.168.20.110 "apt install -y nfs-common && systemctl enable --now rpcbind"
#helm upgrade --install --create-namespace nfs-provisioner -n nfs-provisioner nfs-provisioner