Skip to content

Commit 30116c4

Browse files
authored
Merge pull request kubernetes#6265 from jamiehannaford/kubeadm-nics
Document nics req
2 parents 0241257 + 51497f6 commit 30116c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/setup/independent/install-kubeadm.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ identical values. Kubernetes uses these values to uniquely identify the nodes in
3434
If these values are not unique to each node, the installation processes
3535
[can fail](https://github.com/kubernetes/kubeadm/issues/31).
3636

37+
## Check network adapters
38+
39+
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.
40+
3741
## Check required ports
3842

3943
### Master node(s)

0 commit comments

Comments
 (0)