From cb78ab7aaa1d8d6ed3f41d8881e5987e73069dff Mon Sep 17 00:00:00 2001 From: Janki Chhatbar Date: Tue, 27 Jul 2021 15:17:20 +0530 Subject: [PATCH] Remove duplicated information (#162) Submariner, k8s, OS and kernel information are collected as part of `subctl gather`. Don't ask for them explicitly in bug report. Signed-off-by: Janki Chhatbar --- .github/ISSUE_TEMPLATE/bug-report.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index ab2f2fe..f159793 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -23,11 +23,9 @@ Submariner Owners: https://github.com/orgs/submariner-io/teams/submariner-core **Anything else we need to know?**: **Environment**: -- Submariner version (use `subctl version`): -- Kubernetes version (use `kubectl version`): +- Diagnose information (use `subctl diagnose all`): +- Gather information (use `subctl gather`): - Cloud provider or hardware configuration: -- OS (e.g: `cat /etc/os-release`): -- Kernel (e.g. `uname -a`): - Install tools: - Network plugin and version (if this is a network-related bug): - Others: