From 51497f61e9ac3f97c0b3b7a84ca3843c692db860 Mon Sep 17 00:00:00 2001 From: Jamie Hannaford Date: Fri, 10 Nov 2017 12:26:16 +0100 Subject: [PATCH] Document nics req --- docs/setup/independent/install-kubeadm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/setup/independent/install-kubeadm.md b/docs/setup/independent/install-kubeadm.md index daf5e9e6f7c4a..f84d966ef214e 100644 --- a/docs/setup/independent/install-kubeadm.md +++ b/docs/setup/independent/install-kubeadm.md @@ -34,6 +34,10 @@ identical values. Kubernetes uses these values to uniquely identify the nodes in If these values are not unique to each node, the installation processes [can fail](https://github.com/kubernetes/kubeadm/issues/31). +## Check network adapters + +If you have more than one network adapter, and your Kubernetes components are not reachable on the default route, we recommend you add IP route(s) so Kubernetes cluster addresses go via the appropriate adapter. + ## Check required ports ### Master node(s)