We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574d24c commit 0d04f09Copy full SHA for 0d04f09
content/ja/docs/tasks/configure-pod-container/static-pod.md
@@ -192,11 +192,11 @@ CONTAINER ID IMAGE COMMAND CREATED ...
192
# This assumes you are using filesystem-hosted static Pod configuration
193
# このコマンドは、kubeletが実行中のノード上で実行してください
194
#
195
-mv /etc/kubelet.d/static-web.yaml /tmp
+mv /etc/kubernetes/manifests/static-web.yaml /tmp
196
sleep 20
197
docker ps
198
# You see that no nginx container is running
199
-mv /tmp/static-web.yaml /etc/kubelet.d/
+mv /tmp/static-web.yaml /etc/kubernetes/manifests/
200
201
202
```
0 commit comments