mirror of
https://github.com/jprdonnelly/kubernetes-cluster.git
synced 2025-12-19 18:05:19 -05:00
Disabled node3 by default
This commit is contained in:
28
Vagrantfile
vendored
28
Vagrantfile
vendored
@@ -28,22 +28,22 @@ servers = [
|
||||
:cpu => "2",
|
||||
},
|
||||
{
|
||||
:name => "k8s-node3",
|
||||
:type => "node",
|
||||
:name => "k8s-nfs",
|
||||
:type => "nfs",
|
||||
:box => "ubuntu/bionic64",
|
||||
:eth1 => "192.168.205.13",
|
||||
:mem => "4096",
|
||||
:cpu => "2",
|
||||
},
|
||||
:eth1 => "192.168.205.14",
|
||||
:mem => "2048",
|
||||
:cpu => "1"
|
||||
},
|
||||
# Uncomment section below to enable a 3rd worker node.
|
||||
{
|
||||
:name => "k8s-nfs",
|
||||
:type => "nfs",
|
||||
:box => "ubuntu/bionic64",
|
||||
:eth1 => "192.168.205.14",
|
||||
:mem => "2048",
|
||||
:cpu => "1"
|
||||
}
|
||||
# {
|
||||
# :name => "k8s-node3",
|
||||
# :type => "node",
|
||||
# :box => "ubuntu/bionic64",
|
||||
# :eth1 => "192.168.205.13",
|
||||
# :mem => "4096",
|
||||
# :cpu => "2",
|
||||
# }
|
||||
]
|
||||
|
||||
$configureBox = <<-SCRIPT
|
||||
|
||||
Reference in New Issue
Block a user