Merge pull request #36739 from Arhell/ja-upd-command
[ja] Update command addition and removal static podspull/36771/head
commit
a2be6d8b57
|
@ -192,11 +192,11 @@ CONTAINER ID IMAGE COMMAND CREATED ...
|
|||
# This assumes you are using filesystem-hosted static Pod configuration
|
||||
# このコマンドは、kubeletが実行中のノード上で実行してください
|
||||
#
|
||||
mv /etc/kubelet.d/static-web.yaml /tmp
|
||||
mv /etc/kubernetes/manifests/static-web.yaml /tmp
|
||||
sleep 20
|
||||
docker ps
|
||||
# You see that no nginx container is running
|
||||
mv /tmp/static-web.yaml /etc/kubelet.d/
|
||||
mv /tmp/static-web.yaml /etc/kubernetes/manifests/
|
||||
sleep 20
|
||||
docker ps
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue