From 7ffa664bd17f954476bb2c189ed91d4ed798887b Mon Sep 17 00:00:00 2001 From: Ricardo Amaro Date: Wed, 24 Apr 2024 14:28:30 +0100 Subject: [PATCH] Add missing check-required-ports anchor Small fix for adding a missing check-required-ports anchor --- .../production-environment/tools/kubeadm/install-kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md b/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md index 59b4c8be17..a6b98847e4 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md @@ -58,7 +58,7 @@ may [fail](https://github.com/kubernetes/kubeadm/issues/31). 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 +## Check required ports {#check-required-ports} These [required ports](/docs/reference/networking/ports-and-protocols/) need to be open in order for Kubernetes components to communicate with each other.