File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ see the [Creating a cluster with kubeadm](/docs/setup/production-environment/too
43
43
* Unique hostname, MAC address, and product_uuid for every node. See [here](#verify-mac-address) for more details.
44
44
* Certain ports are open on your machines. See [here](#check-required-ports) for more details.
45
45
* Swap configuration. The default behavior of a kubelet was to fail to start if swap memory was detected on a node.
46
- See [Swap memory management](/docs/concepts/architecture/nodes/# swap-memory) for more details.
46
+ See [Swap memory management](/docs/concepts/cluster-administration/ swap-memory-management ) for more details.
47
47
* You **MUST** disable swap if the kubelet is not properly configured to use swap. For example, `sudo swapoff -a`
48
48
will disable swapping temporarily. To make this change persistent across reboots, make sure swap is disabled in
49
49
config files like `/etc/fstab`, `systemd.swap`, depending how it was configured on your system.
@@ -56,7 +56,7 @@ see the [Creating a cluster with kubeadm](/docs/setup/production-environment/too
56
56
* 节点之中不可以有重复的主机名、MAC 地址或 product_uuid。请参见[ 这里] ( #verify-mac-address ) 了解更多详细信息。
57
57
* 开启机器上的某些端口。请参见[ 这里] ( #check-required-ports ) 了解更多详细信息。
58
58
* 交换分区的配置。kubelet 的默认行为是在节点上检测到交换内存时无法启动。
59
- 更多细节参阅[ 交换内存管理] ( /zh-cn/docs/concepts/architecture/nodes/# swap-memory ) 。
59
+ 更多细节参阅[ 交换内存管理] ( /zh-cn/docs/concepts/cluster-administration/ swap-memory-management ) 。
60
60
* 如果 kubelet 未被正确配置使用交换分区,则你** 必须** 禁用交换分区。
61
61
例如,` sudo swapoff -a ` 将暂时禁用交换分区。要使此更改在重启后保持不变,请确保在如
62
62
` /etc/fstab ` 、` systemd.swap ` 等配置文件中禁用交换分区,具体取决于你的系统如何配置。
You can’t perform that action at this time.
0 commit comments