Skip to content

Commit 599b950

Browse files
authored
Merge pull request #36751 from Arhell/id-upd-command
[id] Update command addition and removal static pods
2 parents 4329ef0 + fce1de2 commit 599b950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ Pod sesuai dengan penambahan/pengurangan berkas pada direktori tersebut.
229229
# Ini mengasumsikan kamu menggunakan konfigurasi Pod statis pada _filesystem_
230230
# Jalankan perintah ini pada Node tempat kubelet berjalan
231231
#
232-
mv /etc/kubelet.d/static-web.yaml /tmp
232+
mv /etc/kubernetes/manifests/static-web.yaml /tmp
233233
sleep 20
234234
crictl ps
235235
# Kamu mendapatkan bahwa tidak ada Container nginx yang berjalan
236-
mv /tmp/static-web.yaml /etc/kubelet.d/
236+
mv /tmp/static-web.yaml /etc/kubernetes/manifests/
237237
sleep 20
238238
crictl ps
239239
```

0 commit comments

Comments
 (0)