mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 02:54:45 +02:00
「🔨」 fix: compliant with the subject
This commit is contained in:
0
p2/scripts/deploy-apps.sh
Normal file
0
p2/scripts/deploy-apps.sh
Normal file
7
p2/scripts/setup-S.sh
Normal file
7
p2/scripts/setup-S.sh
Normal 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
|
3
p2/scripts/setup-hostfile.sh
Normal file
3
p2/scripts/setup-hostfile.sh
Normal 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"
|
Reference in New Issue
Block a user