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 @@ -111,7 +111,7 @@ This means that swap should either be disabled or tolerated by kubelet.
111
111
Note: even if ` failSwapOn: false ` is provided, workloads wouldn't have swap access by default.
112
112
This can be changed by setting a ` swapBehavior ` , again in the kubelet configuration file. To use swap,
113
113
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.
115
115
* To disable swap, ` sudo swapoff -a ` can be used to disable swapping temporarily.
116
116
To make this change persistent across reboots, make sure swap is disabled in
117
117
config files like ` /etc/fstab ` , ` systemd.swap ` , depending how it was configured on your system.
You can’t perform that action at this time.
0 commit comments