From 278176db151b3559a73ffa5bcdfe3b025a5abae6 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Mon, 30 Aug 2021 11:46:27 -0700 Subject: [PATCH] Address issue forms feedback Signed-off-by: Maksym Pavlenko --- .github/ISSUE_TEMPLATE/bug_report.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 76f9ef372..7e58f0356 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -10,8 +10,9 @@ body: repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. - Tips: + Please have a look on the following tips before opening the issue: +
* If containerd gets stuck on something and enables debug socket, `ctr pprof goroutines` dumps the golang stack of containerd, which is helpful! If containerd runs without debug socket, `kill -SIGUSR1 $(pidof containerd)` also dumps the stack @@ -21,6 +22,9 @@ body: `ctr pprof` subcommands will help you to get some useful profiles. Enable debug socket makes life easier. + * `ctr` can't be used for testing CRI configs, as it does not use CRI API. +
+ - type: textarea attributes: label: Description @@ -57,9 +61,10 @@ body: runc version, CRI configuration, OS/Kernel version, etc. Use the following commands: $ runc --version - $ crictl info + $ crictl info (if you use Kubernetes) $ uname -a - type: textarea attributes: label: Show configuration if it is related to CRI plugin. + placeholder: $ cat /etc/containerd/config.toml