Merge pull request #36739 from Arhell/ja-upd-command

[ja] Update command addition and removal static pods
pull/36771/head
Kubernetes Prow Robot 2022-09-12 22:25:06 -07:00 committed by GitHub
commit a2be6d8b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
```