File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
content/zh-cn/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ on Kubernetes dual-stack support see [Dual-stack support with kubeadm](/docs/set
128
128
# Replace the value of "containerRuntimeEndpoint" for a different container runtime if needed.
129
129
```
130
130
-->
131
+
131
132
``` sh
132
133
cat << EOF > /etc/systemd/system/kubelet.service.d/kubelet.conf
133
134
# 将下面的 "systemd" 替换为你的容器运行时所使用的 cgroup 驱动。
@@ -194,6 +195,7 @@ on Kubernetes dual-stack support see [Dual-stack support with kubeadm](/docs/set
194
195
# Create temp directories to store files that will end up on other hosts
195
196
mkdir -p /tmp/${HOST0} / /tmp/${HOST1} / /tmp/${HOST2} /
196
197
-->
198
+
197
199
` ` ` sh
198
200
# 使用你的主机 IP 更新 HOST0、HOST1 和 HOST2 的 IP 地址
199
201
export HOST0=10.0.0.6
You can’t perform that action at this time.
0 commit comments