From ee4af46a7bbe0776d252234d089f1b64cfceb965 Mon Sep 17 00:00:00 2001 From: Luke Marsden Date: Wed, 28 Sep 2016 09:37:35 +0100 Subject: [PATCH] Add instructions for overriding autodetected network interface. --- docs/getting-started-guides/kubeadm.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/getting-started-guides/kubeadm.md b/docs/getting-started-guides/kubeadm.md index 5f3ff27765..6852438004 100644 --- a/docs/getting-started-guides/kubeadm.md +++ b/docs/getting-started-guides/kubeadm.md @@ -42,16 +42,6 @@ You will install the following packages on all the machines: For each host in turn: - - - * SSH into the machine and become `root` if you are not already (for example, run `sudo su -`). * If the machine is running Ubuntu 16.04, run: @@ -92,6 +82,9 @@ To initialize the master, pick one of the machines you previously installed `kub # kubeadm init +**Note:** this will autodetect the network interface to advertise the master on as the interface with the default gateway. +If you want to use a different interface, specify `--api-advertise-addresses=` argument to `kubeadm init`. + This will download and install the cluster database and "control plane" components. This may take several minutes.