Skip to content

Commit 2deee11

Browse files
authored
Merge pull request #44113 from testwill/patch-2
fix: Create a static pod running argument [zh]
2 parents 68bd4af + ead9d7c commit 2deee11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tasks/configure-pod-container/static-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ For example, this is how to start a simple web server as a static Pod:
166166
`--pod-manifest-path=/etc/kubernetes/manifests/` argument.
167167
On Fedora, edit `/etc/kubernetes/kubelet` to include this line:
168168
-->
169-
3. 配置这个节点上的 kubelet,使用这个参数执行 `--pod-manifest-path=/etc/kubelet.d/`
169+
3. 配置这个节点上的 kubelet,使用这个参数执行 `--pod-manifest-path=/etc/kubernetes/manifests/`
170170
在 Fedora 上编辑 `/etc/kubernetes/kubelet` 以包含下面这行:
171171
172172
```

0 commit comments

Comments
 (0)