Skip to content

Commit 0f9ea17

Browse files
authored
Merge pull request #35871 from byako/fix_debug_cluster_with_crictl
Fix Pod spec in debugging crictl
2 parents b942e01 + a6d6a5b commit 0f9ea17

File tree

1 file changed

+3
-3
lines changed
  • content/en/docs/tasks/debug/debug-cluster

1 file changed

+3
-3
lines changed

content/en/docs/tasks/debug/debug-cluster/crictl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ deleted by the Kubelet.
257257
"attempt": 1,
258258
"uid": "hdishd83djaidwnduwk28bcsb"
259259
},
260-
"logDirectory": "/tmp",
260+
"log_directory": "/tmp",
261261
"linux": {
262262
}
263263
}
@@ -293,10 +293,10 @@ deleted by the Kubelet.
293293
```json
294294
{
295295
"metadata": {
296-
"name": "nginx-sandbox",
296+
"name": "busybox-sandbox",
297297
"namespace": "default",
298298
"attempt": 1,
299-
"uid": "hdishd83djaidwnduwk28bcsb"
299+
"uid": "aewi4aeThua7ooShohbo1phoj"
300300
},
301301
"log_directory": "/tmp",
302302
"linux": {

0 commit comments

Comments
 (0)