mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-12 20:07:39 -02:30
Initial commit
This commit is contained in:
12
bootstrap-master.sh
Normal file
12
bootstrap-master.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
echo master > /var/tmp/role
|
||||
|
||||
sudo apt-get --yes update
|
||||
sudo apt-get --yes upgrade
|
||||
sudo apt-get --yes install ansible git screen
|
||||
sudo git clone https://github.com/kubespray/kargo /root/kargo
|
||||
|
||||
sudo rm -rf /root/.ssh
|
||||
sudo mv ~vagrant/ssh /root/.ssh
|
||||
sudo chown -R root: /root/.ssh
|
||||
|
||||
Reference in New Issue
Block a user