File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 repository. If there is a duplicate, please close your issue and add a comment
1111 to the existing issue instead.
1212
13- Tips :
13+ Please have a look on the following tips before opening the issue :
1414
15+ <details>
1516 * If containerd gets stuck on something and enables debug socket, `ctr pprof goroutines`
1617 dumps the golang stack of containerd, which is helpful! If containerd runs
1718 without debug socket, `kill -SIGUSR1 $(pidof containerd)` also dumps the stack
2122 `ctr pprof` subcommands will help you to get some useful profiles. Enable debug
2223 socket makes life easier.
2324
25+ * `ctr` can't be used for testing CRI configs, as it does not use CRI API.
26+ </details>
27+
2428 - type : textarea
2529 attributes :
2630 label : Description
5761 runc version, CRI configuration, OS/Kernel version, etc.
5862 Use the following commands:
5963 $ runc --version
60- $ crictl info
64+ $ crictl info (if you use Kubernetes)
6165 $ uname -a
6266
6367 - type : textarea
6468 attributes :
6569 label : Show configuration if it is related to CRI plugin.
70+ placeholder : $ cat /etc/containerd/config.toml
You can’t perform that action at this time.
0 commit comments