You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page shows how to install the `kubeadm` toolbox.
25
-
For information on how to create a cluster with kubeadm once you have performed this installation process, see the [Creating a cluster with kubeadm](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/) page.
25
+
For information on how to create a cluster with kubeadm once you have performed this installation process,
26
+
see the [Creating a cluster with kubeadm](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/) page.
@@ -32,7 +33,8 @@ For information on how to create a cluster with kubeadm once you have performed
32
33
## {{% heading "prerequisites" %}}
33
34
34
35
<!--
35
-
* A compatible Linux host. The Kubernetes project provides generic instructions for Linux distributions based on Debian and Red Hat, and those distributions without a package manager.
36
+
* A compatible Linux host. The Kubernetes project provides generic instructions for Linux distributions
37
+
based on Debian and Red Hat, and those distributions without a package manager.
36
38
* 2 GB or more of RAM per machine (any less will leave little room for your apps).
37
39
* 2 CPUs or more.
38
40
* Full network connectivity between all machines in the cluster (public or private network is fine).
@@ -85,8 +87,9 @@ route, we recommend you add IP route(s) so Kubernetes cluster addresses go via t
need to be open in order for Kubernetes components to communicate with each other. You can use tools like netcat to check if a port is open. For example:
90
+
These [required ports](/docs/reference/networking/ports-and-protocols/)
91
+
need to be open in order for Kubernetes components to communicate with each other.
92
+
You can use tools like netcat to check if a port is open. For example:
0 commit comments