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)