55 lines
1.5 KiB
YAML
55 lines
1.5 KiB
YAML
name: English
|
|
description: Report an issue
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: What Happened?
|
|
description: |
|
|
Tip: Add the "--alsologtostderr" flag to the command-line for more logs
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Attach the log file
|
|
description: |
|
|
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.
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: operating-system
|
|
attributes:
|
|
label: Operating System
|
|
description: What is your OS?
|
|
options:
|
|
- macOS (Default)
|
|
- Windows
|
|
- Ubuntu
|
|
- Redhat/Fedora
|
|
- Other
|
|
validations:
|
|
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
|