Update Vagrantfile

This commit is contained in:
Justin Donnelly
2019-11-15 09:18:09 -05:00
committed by GitHub
parent c087a77508
commit d1511748a7

24
Vagrantfile vendored
View File

@@ -23,26 +23,26 @@ servers = [
:type => "node",
:box => "jprdonnelly/ubuntu-1804",
:eth1 => "192.168.205.11",
:mem => "8320",
:cpu => "4",
:mem => "4224",
:cpu => "2",
},
{
:name => "k8s-node2",
:type => "node",
:box => "jprdonnelly/ubuntu-1804",
:eth1 => "192.168.205.12",
:mem => "8320",
:cpu => "4",
:mem => "4224",
:cpu => "2",
},
# Uncomment section below to enable a 3rd worker node.
{
:name => "k8s-node3",
:type => "node",
:box => "jprdonnelly/ubuntu-1804",
:eth1 => "192.168.205.13",
:mem => "8320",
:cpu => "4",
}
#{
# :name => "k8s-node3",
# :type => "node",
# :box => "jprdonnelly/ubuntu-1804",
# :eth1 => "192.168.205.13",
# :mem => "8320",
# :cpu => "4",
#}
]
$configureBox = <<-SCRIPT