diff --git a/Vagrantfile b/Vagrantfile index f00dbc6..9d33e16 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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