diff --git a/Vagrantfile b/Vagrantfile index d7958dd..3e480c9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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