File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
content/en/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -204,14 +204,13 @@ NAME READY STATUS RESTARTS AGE
204
204
static-web-my-node1 1/1 Running 0 12s
205
205
```
206
206
207
- Back on your node where the kubelet is running, you can try to stop the Docker
208
- container manually.
207
+ Back on your node where the kubelet is running, you can try to stop the container manually.
209
208
You' ll see that, after a time, the kubelet will notice and will restart the Pod
210
209
automatically:
211
210
212
211
` ` ` shell
213
212
# Run these commands on the node where the kubelet is running
214
- docker stop f6d05272b57e # replace with the ID of your container
213
+ crictl stop f6d05272b57e # replace with the ID of your container
215
214
sleep 20
216
215
crictl ps
217
216
` ` `
You can’t perform that action at this time.
0 commit comments