Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3d/.github/ISSUE_TEMPLATE/bug_report.md

39 lines
758 B

---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
---
**What did you do?**
- How was the cluster created?
- `k3d create -x A -y B`
- What did you do afterwards?
- k3d commands?
- docker commands?
- OS operations (e.g. shutdown/reboot)?
**What did you expect to happen?**
Concise description of what you expected to happen after doing what you described above.
**Screenshots or terminal output**
If applicable, add screenshots or terminal output (code block) to help explain your problem.
**Which OS & Architecture?**
- Linux, Windows, MacOS / amd64, x86, ...?
**Which version of `k3d`?**
- output of `k3d --version`
**Which version of docker?**
- output of `docker version`