mirror of
https://github.com/jprdonnelly/kubernetes-cluster.git
synced 2025-12-19 18:05:19 -05:00
Update Vagrantfile
This commit is contained in:
24
Vagrantfile
vendored
24
Vagrantfile
vendored
@@ -23,26 +23,26 @@ servers = [
|
|||||||
:type => "node",
|
:type => "node",
|
||||||
:box => "jprdonnelly/ubuntu-1804",
|
:box => "jprdonnelly/ubuntu-1804",
|
||||||
:eth1 => "192.168.205.11",
|
:eth1 => "192.168.205.11",
|
||||||
:mem => "8320",
|
:mem => "4224",
|
||||||
:cpu => "4",
|
:cpu => "2",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:name => "k8s-node2",
|
:name => "k8s-node2",
|
||||||
:type => "node",
|
:type => "node",
|
||||||
:box => "jprdonnelly/ubuntu-1804",
|
:box => "jprdonnelly/ubuntu-1804",
|
||||||
:eth1 => "192.168.205.12",
|
:eth1 => "192.168.205.12",
|
||||||
:mem => "8320",
|
:mem => "4224",
|
||||||
:cpu => "4",
|
:cpu => "2",
|
||||||
},
|
},
|
||||||
# Uncomment section below to enable a 3rd worker node.
|
# Uncomment section below to enable a 3rd worker node.
|
||||||
{
|
#{
|
||||||
:name => "k8s-node3",
|
# :name => "k8s-node3",
|
||||||
:type => "node",
|
# :type => "node",
|
||||||
:box => "jprdonnelly/ubuntu-1804",
|
# :box => "jprdonnelly/ubuntu-1804",
|
||||||
:eth1 => "192.168.205.13",
|
# :eth1 => "192.168.205.13",
|
||||||
:mem => "8320",
|
# :mem => "8320",
|
||||||
:cpu => "4",
|
# :cpu => "4",
|
||||||
}
|
#}
|
||||||
]
|
]
|
||||||
|
|
||||||
$configureBox = <<-SCRIPT
|
$configureBox = <<-SCRIPT
|
||||||
|
|||||||
Reference in New Issue
Block a user