VTWO-14496 : rework the doc and generate the root CA

This commit is contained in:
mbenabda
2019-06-28 00:42:55 +02:00
parent 8d7c329d46
commit 4800ee5b62
8 changed files with 119 additions and 35 deletions

5
Vagrantfile vendored
View File

@@ -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