Skip to content

Commit 11e3add

Browse files
fixed swap link in en version install-kubeadm.md
1 parent 11af619 commit 11e3add

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
@@ -111,7 +111,7 @@ This means that swap should either be disabled or tolerated by kubelet.
111111
Note: even if `failSwapOn: false` is provided, workloads wouldn't have swap access by default.
112112
This can be changed by setting a `swapBehavior`, again in the kubelet configuration file. To use swap,
113113
set a `swapBehavior` other than the default `NoSwap` setting.
114-
See [Swap memory management](/docs/concepts/architecture/nodes/#swap-memory) for more details.
114+
See [Swap memory management](/docs/concepts/cluster-administration/swap-memory-management) for more details.
115115
* To disable swap, `sudo swapoff -a` can be used to disable swapping temporarily.
116116
To make this change persistent across reboots, make sure swap is disabled in
117117
config files like `/etc/fstab`, `systemd.swap`, depending how it was configured on your system.

0 commit comments

Comments
 (0)