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",
|
||||
: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
|
||||
|
||||
Reference in New Issue
Block a user