From 5305709e7fc18a706b5782737e236481c2bc8150 Mon Sep 17 00:00:00 2001 From: Jonathon Sisson Date: Sat, 7 Dec 2019 02:41:26 -0600 Subject: [PATCH] Add comment about additional changes I modified the Vagrantfile to create 3 masters and 3 workers, and noted that master-3 and worker-3 were not included in the /etc/hosts file. So I've added a note about it in the appropriate doc. --- docs/02-compute-resources.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/02-compute-resources.md b/docs/02-compute-resources.md index 13b6583..3f8396a 100644 --- a/docs/02-compute-resources.md +++ b/docs/02-compute-resources.md @@ -18,7 +18,9 @@ Run Vagrant up This does the below: - Deploys 5 VMs - 2 Master, 2 Worker and 1 Loadbalancer with the name 'kubernetes-ha-* ' - > This is the default settings. This can be changed at the top of the Vagrant file + > This is the default settings. This can be changed at the top of the Vagrant file. + > If you choose to change these settings, please also update vagrant/ubuntu/vagrant/setup-hosts.sh + > to add the additional hosts to the /etc/hosts default before running "vagrant up". - Set's IP addresses in the range 192.168.5