| commit | 46c627e07ada6d7f4427c160af0632729e935eb9 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri May 26 12:00:16 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri May 26 12:00:16 2023 +0400 |
| tree | 9050aecf6963f13cf9b00d77f02663b70de033fb | |
| parent | c2b8804a0865ecdd72fbaee6f40ab5f2137fc5cc [diff] [blame] |
k3s install/uninstall
diff --git a/scripts/homelab/k3s-uninstall.sh b/scripts/homelab/k3s-uninstall.sh new file mode 100644 index 0000000..66205ed --- /dev/null +++ b/scripts/homelab/k3s-uninstall.sh
@@ -0,0 +1,7 @@ +#!/bin/sh + +USER=pcloud + +ssh pcloud@192.168.0.13 "k3s-agent-uninstall.sh" +ssh pcloud@192.168.0.12 "k3s-agent-uninstall.sh" +ssh pcloud@192.168.0.11 "k3s-uninstall.sh"