File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ see the [Creating a cluster with kubeadm](/docs/setup/production-environment/too
26
26
* Full network connectivity between all machines in the cluster (public or private network is fine).
27
27
* Unique hostname, MAC address, and product_uuid for every node. See [ here] ( #verify-mac-address ) for more details.
28
28
* Certain ports are open on your machines. See [ here] ( #check-required-ports ) for more details.
29
- * Swap configuration. The default behavior of a kubelet was to fail to start if swap memory was detected on a node.
29
+ * Swap configuration: The default behavior of a kubelet is to fail to start if swap memory is detected on a node.
30
30
See [ Swap memory management] ( /docs/concepts/architecture/nodes/#swap-memory ) for more details.
31
31
* You ** MUST** disable swap if the kubelet is not properly configured to use swap. For example, ` sudo swapoff -a `
32
32
will disable swapping temporarily. To make this change persistent across reboots, make sure swap is disabled in
You can’t perform that action at this time.
0 commit comments