Skip to content

Commit

Permalink
Update controller_bug_report.yaml to request k8s Logs
Browse files Browse the repository at this point in the history
Add a new field for them to paste relevant kubernetes logs into.
  • Loading branch information
Chad Tindel authored and krwenholz committed Feb 15, 2024
1 parent 4706442 commit 69867c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/controller_bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ body:
Run `uname -a` or `systeminfo` and copy the output here.
validations:
required: true
- type: textarea
attributes:
label: Kubernetes Logs
description: We want to see relevant kubernetes logs showing error messages
or helpful debugging information
placeholder: >
Run `kubectl logs -l app.kubernetes.io/name=kubernetes-ingress-controller` and copy the output here.
validations:
required: true
- type: textarea
attributes:
label: Helm Chart configuration
Expand Down

0 comments on commit 69867c3

Please sign in to comment.