mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 17:58:57 +03:00
VTWO-14496 : rework the doc and generate the root CA
This commit is contained in:
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@@ -37,6 +37,11 @@ Vagrant.configure("2") do |config|
|
||||
end
|
||||
end
|
||||
|
||||
inventory.puts "[etcd_peers]"
|
||||
hosts[:masters].each do |node_name|
|
||||
inventory.puts node_name
|
||||
end
|
||||
|
||||
inventory.puts "[k8s_nodes]"
|
||||
all_hosts.each do |node_name|
|
||||
inventory.puts node_name
|
||||
|
||||
Reference in New Issue
Block a user