Skip to content

Commit

Permalink
use log_path busybox.log instead of busybox/0.log in crictl.md (#15415)
Browse files Browse the repository at this point in the history
because with busybox/0.log it fails as shown below (unless you mkdir busybox,
with the correct permission, which is an extra step we can avoid for a tutorial like this)

FATA[0000] Starting the container "3c71f8c3abfcac0f8357fa25be896062f05f88e1d9acbd7a033afeee9a54f3c4" failed: rpc error: code = Unknown desc = failed to create containerd task: failed to create container loggers: failed to create and open log file: open busybox/0.log: no such file or directory
  • Loading branch information
vorburger authored and k8s-ci-robot committed Aug 5, 2019
1 parent cb1272d commit d4a3eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/tasks/debug-application-cluster/crictl.md
Expand Up @@ -295,7 +295,7 @@ deleted by the Kubelet.
"command": [
"top"
],
"log_path":"busybox/0.log",
"log_path":"busybox.log",
"linux": {
}
}
Expand Down

0 comments on commit d4a3eaa

Please sign in to comment.