Disabled node3 by default

This commit is contained in:
jprdonnelly
2019-08-12 10:25:55 -04:00
parent d72e44a052
commit c88b28c958

20
Vagrantfile vendored
View File

@@ -27,15 +27,6 @@ servers = [
:mem => "4096", :mem => "4096",
:cpu => "2", :cpu => "2",
}, },
{
:name => "k8s-node3",
:type => "node",
:box => "ubuntu/bionic64",
:eth1 => "192.168.205.13",
:mem => "4096",
:cpu => "2",
},
# Uncomment section below to enable a 3rd worker node.
{ {
:name => "k8s-nfs", :name => "k8s-nfs",
:type => "nfs", :type => "nfs",
@@ -43,7 +34,16 @@ servers = [
:eth1 => "192.168.205.14", :eth1 => "192.168.205.14",
:mem => "2048", :mem => "2048",
:cpu => "1" :cpu => "1"
} },
# Uncomment section below to enable a 3rd worker node.
# {
# :name => "k8s-node3",
# :type => "node",
# :box => "ubuntu/bionic64",
# :eth1 => "192.168.205.13",
# :mem => "4096",
# :cpu => "2",
# }
] ]
$configureBox = <<-SCRIPT $configureBox = <<-SCRIPT