🔨」 fix: compliant with the subject

This commit is contained in:
2025-08-27 22:23:47 +02:00
parent 4f1b5a122f
commit b569c1ab61
8 changed files with 6 additions and 5 deletions

View File

7
p2/scripts/setup-S.sh Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env sh
sudo apt update
sudo apt install curl -y
echo "Launching k3s install"
curl -sfL https://get.k3s.io | sh -s - server --cluster-init --node-ip=192.168.56.110

View File

@ -0,0 +1,3 @@
echo "192.168.56.110 app1.com" | sudo tee -a "/etc/hosts"
echo "192.168.56.110 app2.com" | sudo tee -a "/etc/hosts"
echo "192.168.56.110 app3.com" | sudo tee -a "/etc/hosts"