copy kubeadm join command

This commit is contained in:
Rajkumar
2018-09-05 11:23:52 -05:00
parent f85e6b3de4
commit 626a980140

2
Vagrantfile vendored
View File

@@ -65,7 +65,6 @@ SCRIPT
$configureMaster = <<-SCRIPT
echo "This is master"
# ip of this box
IP_ADDR=`ifconfig enp0s8 | grep Mask | awk '{print $2}'| cut -f2 -d:`
@@ -94,7 +93,6 @@ SCRIPT
$configureNode = <<-SCRIPT
echo "This is worker"
apt-get install -y sshpass
sshpass -p "vagrant" scp -o StrictHostKeyChecking=no vagrant@192.168.205.10:/etc/kubeadm_join_cmd.sh .
sh ./kubeadm_join_cmd.sh