mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-22 13:36:06 -03:30
Update doc for Vagrant install
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -23,7 +23,7 @@ $vm_cpus = 1
|
||||
$shared_folders = {}
|
||||
$forwarded_ports = {}
|
||||
$subnet = "172.17.8"
|
||||
$os = "coreos-stable"
|
||||
$os = "ubuntu"
|
||||
$box = SUPPORTED_OS[$os][:box]
|
||||
# The first three nodes are etcd servers
|
||||
$etcd_instances = $num_instances
|
||||
|
||||
Reference in New Issue
Block a user