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.
2 parents 9ba4207 + 19c0e54 commit 0b3e6d9Copy full SHA for 0b3e6d9
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