Skip to content

Commit 278176d

Browse files
committed
Address issue forms feedback
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 11ab3cb commit 278176d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ body:
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
@@ -21,6 +22,9 @@ body:
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
@@ -57,9 +61,10 @@ body:
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

0 commit comments

Comments
 (0)