First commt

This commit is contained in:
Daniel Cosme
2026-04-17 15:23:56 -04:00
commit 4fd74aa5a9
2 changed files with 35 additions and 0 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
sudo mkdir -p /etc/rancher/k3s
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable=helm-controller" sh
sudo systemctl status k3s.service