Skip to content

Commit 42dd7e5

Browse files
committed
minor gramattical fixes
Signed-off-by: Itamar Holder <[email protected]>
1 parent fd98767 commit 42dd7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ see the [Creating a cluster with kubeadm](/docs/setup/production-environment/too
2626
* Full network connectivity between all machines in the cluster (public or private network is fine).
2727
* Unique hostname, MAC address, and product_uuid for every node. See [here](#verify-mac-address) for more details.
2828
* 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.
3030
See [Swap memory management](/docs/concepts/architecture/nodes/#swap-memory) for more details.
3131
* You **MUST** disable swap if the kubelet is not properly configured to use swap. For example, `sudo swapoff -a`
3232
will disable swapping temporarily. To make this change persistent across reboots, make sure swap is disabled in

0 commit comments

Comments
 (0)