From 644acdbebe3143b9aa76cc2ea886621aed0e1b05 Mon Sep 17 00:00:00 2001 From: madalazar Date: Wed, 7 Jun 2023 16:52:02 +0100 Subject: [PATCH] Update github issue template to request K8s scheduler and TAS logs Signed-off-by: Madalina Lazar --- .github/ISSUE_TEMPLATE/bug_report.md | 11 ++++++++++- .../ISSUE_TEMPLATE/loading-an-issue--ask-for-help-.md | 11 ++++++++++- .github/ISSUE_TEMPLATE/loading-an-issue.md | 11 ++++++++++- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 26c5045d..828d32d5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,7 +17,16 @@ Please describe accurately the steps to reproduce the behavior. A clear and concise description of what you expected to happen. **Logs** -If applicable, add the relevant logs to help explain your problem. +If applicable, add the relevant logs to help explain your problem. +Please consider adding at least the logs from the kube-scheduler and telemetry-aware-scheduling pods (if installed). + +***kube-scheduler logs*** +``` +``` + +***telemetry-aware-scheduling logs*** +``` +``` **Environment (please complete the following information):** Let us know what K8s version, distribution, and if you are deploying in BM, VM, or within a Cloud provider. diff --git a/.github/ISSUE_TEMPLATE/loading-an-issue--ask-for-help-.md b/.github/ISSUE_TEMPLATE/loading-an-issue--ask-for-help-.md index 89b8ddab..a9e549ba 100644 --- a/.github/ISSUE_TEMPLATE/loading-an-issue--ask-for-help-.md +++ b/.github/ISSUE_TEMPLATE/loading-an-issue--ask-for-help-.md @@ -18,7 +18,16 @@ Please describe accurately the steps to reproduce the behavior. A clear and concise description of what you expected to happen. **Logs** -If applicable, add the relevant logs to help explain your problem. +If applicable, add the relevant logs to help explain your problem. +Please consider adding at least the logs from the kube-scheduler and telemetry-aware-scheduling pods (if installed). + +***kube-scheduler logs*** +``` +``` + +***telemetry-aware-scheduling logs*** +``` +``` **Environment (please complete the following information):** Let us know what K8s version, distribution, and if you are deploying in BM, VM, or within a Cloud provider. diff --git a/.github/ISSUE_TEMPLATE/loading-an-issue.md b/.github/ISSUE_TEMPLATE/loading-an-issue.md index 32b99946..21161e83 100644 --- a/.github/ISSUE_TEMPLATE/loading-an-issue.md +++ b/.github/ISSUE_TEMPLATE/loading-an-issue.md @@ -17,7 +17,16 @@ Please describe accurately the steps to reproduce the behavior. A clear and concise description of what you expected to happen. **Logs** -If applicable, add the relevant logs to help explain your problem. +If applicable, add the relevant logs to help explain your problem. +Please consider adding at least the logs from the kube-scheduler and telemetry-aware-scheduling pods (if installed). + +***kube-scheduler logs*** +``` +``` + +***telemetry-aware-scheduling logs*** +``` +``` **Environment (please complete the following information):** Let us know what K8s version, distribution, and if you are deploying in BM, VM, or within a Cloud provider.