mirror of
https://github.com/jprdonnelly/kubernetes-cluster.git
synced 2025-12-21 02:41:04 -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",
|
:eth1 => "192.168.205.12",
|
||||||
:mem => "4096",
|
:mem => "4096",
|
||||||
:cpu => "2"
|
: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",
|
||||||
@@ -36,7 +36,7 @@ servers = [
|
|||||||
# :mem => "4096",
|
# :mem => "4096",
|
||||||
# :cpu => "2"
|
# :cpu => "2"
|
||||||
# }
|
# }
|
||||||
# ]
|
]
|
||||||
|
|
||||||
# This script to install k8s using kubeadm will get executed after a box is provisioned
|
# This script to install k8s using kubeadm will get executed after a box is provisioned
|
||||||
$configureBox = <<-SCRIPT
|
$configureBox = <<-SCRIPT
|
||||||
|
|||||||
Reference in New Issue
Block a user