Update Vagrantfile

This commit is contained in:
jprdonnelly
2019-08-06 21:23:45 -04:00
parent 5e42a0781a
commit 32c5ec6dc3

4
Vagrantfile vendored
View File

@@ -26,7 +26,7 @@ servers = [
:eth1 => "192.168.205.12",
:mem => "4096",
:cpu => "2"
}
},
# Uncomment section below to enable a 3rd worker node.
# {
# :name => "k8s-node3",
@@ -36,7 +36,7 @@ servers = [
# :mem => "4096",
# :cpu => "2"
# }
# ]
]
# This script to install k8s using kubeadm will get executed after a box is provisioned
$configureBox = <<-SCRIPT