minikube/.github/ISSUE_TEMPLATE/__en-US.yaml

55 lines
1.5 KiB
YAML
Raw Normal View History

name: English
description: Report an issue
2021-12-03 20:53:37 +00:00
body:
2021-12-03 21:41:24 +00:00
- type: textarea
2021-12-03 20:53:37 +00:00
id: problem
attributes:
label: What Happened?
2021-12-03 20:53:37 +00:00
description: |
2021-12-03 21:41:24 +00:00
Tip: Add the "--alsologtostderr" flag to the command-line for more logs
2021-12-03 20:53:37 +00:00
validations:
required: true
2021-12-03 21:41:24 +00:00
- type: textarea
id: logs
2021-12-03 20:53:37 +00:00
attributes:
2021-12-03 21:18:07 +00:00
label: Attach the log file
2021-12-03 20:53:37 +00:00
description: |
2021-12-03 21:41:24 +00:00
Tip: Run `minikube logs --file=log.txt` then drag & drop `log.txt` file to the browser.
**WARNING:** If you're using the HyperKit driver, please look through your logs and remove any environment variables that may contain sensitive information (ex. access tokens or secrets).
All environment variables will be stripped as of minikube `1.26.0` but any prior versions will have to be removed manually.
2021-12-03 20:53:37 +00:00
validations:
required: true
- type: dropdown
id: operating-system
2021-12-03 20:53:37 +00:00
attributes:
label: Operating System
description: What is your OS?
2021-12-03 20:53:37 +00:00
options:
- macOS (Default)
2021-12-03 20:53:37 +00:00
- Windows
- Ubuntu
- Redhat/Fedora
- Other
validations:
2021-12-03 21:41:24 +00:00
required: false
- type: dropdown
id: driver
attributes:
label: Driver
description: What driver do you use?
options:
- N/A
- Docker
- Podman
- HyperKit
- Hyper-V
- KVM2
- VirtualBox
- None (Baremetal)
- SSH
- VMware
- Parallels
- QEMU
validations:
required: false