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:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -26,7 +26,7 @@ servers = [
|
||||
:eth1 => "192.168.205.12",
|
||||
:mem => "4096",
|
||||
:cpu => "2"
|
||||
}
|
||||
},
|
||||
# Uncomment section below to enable a 3rd worker node.
|
||||
# {
|
||||
# :name => "k8s-node3",
|
||||
@@ -36,7 +36,7 @@ servers = [
|
||||
# :mem => "4096",
|
||||
# :cpu => "2"
|
||||
# }
|
||||
# ]
|
||||
]
|
||||
|
||||
# This script to install k8s using kubeadm will get executed after a box is provisioned
|
||||
$configureBox = <<-SCRIPT
|
||||
|
||||
Reference in New Issue
Block a user