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 7accd81 commit 19c0e54Copy full SHA for 19c0e54
content/en/docs/tasks/configure-pod-container/static-pod.md
@@ -230,11 +230,11 @@ The running kubelet periodically scans the configured directory (`/etc/kubernete
230
# This assumes you are using filesystem-hosted static Pod configuration
231
# Run these commands on the node where the kubelet is running
232
#
233
-mv /etc/kubelet.d/static-web.yaml /tmp
+mv /etc/kubernetes/manifests/static-web.yaml /tmp
234
sleep 20
235
crictl ps
236
# You see that no nginx container is running
237
-mv /tmp/static-web.yaml /etc/kubelet.d/
+mv /tmp/static-web.yaml /etc/kubernetes/manifests/
238
239
240
```
0 commit comments