Skip to content

Commit 0d04f09

Browse files
committed
[ja] Update command addition and removal static pods
1 parent 574d24c commit 0d04f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ja/docs/tasks/configure-pod-container/static-pod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ CONTAINER ID IMAGE COMMAND CREATED ...
192192
# This assumes you are using filesystem-hosted static Pod configuration
193193
# このコマンドは、kubeletが実行中のノード上で実行してください
194194
#
195-
mv /etc/kubelet.d/static-web.yaml /tmp
195+
mv /etc/kubernetes/manifests/static-web.yaml /tmp
196196
sleep 20
197197
docker ps
198198
# You see that no nginx container is running
199-
mv /tmp/static-web.yaml /etc/kubelet.d/
199+
mv /tmp/static-web.yaml /etc/kubernetes/manifests/
200200
sleep 20
201201
docker ps
202202
```

0 commit comments

Comments
 (0)