Configures DNS and Creates Kubernetes Cluster
This commit is contained in:
8
setup_main.sh
Normal file
8
setup_main.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
echo -e "\n${extra_key}" >> /home/ubuntu/.ssh/authorized_keys
|
||||
|
||||
echo "export TERM='xterm-256color'" > .profile;
|
||||
|
||||
|
||||
curl -sfL https://get.k3s.io | \
|
||||
K3S_TOKEN="${k3s_token}" \
|
||||
sh -
|
||||
Reference in New Issue
Block a user