Skip to content

Commit

Permalink
Update github issue template to request K8s scheduler and TAS logs
Browse files Browse the repository at this point in the history
Signed-off-by: Madalina Lazar <madalina.lazar@intel.com>
  • Loading branch information
madalazar committed Jul 5, 2023
1 parent fac4722 commit 644acdb
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/loading-an-issue--ask-for-help-.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/loading-an-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 644acdb

Please sign in to comment.