2021-12-07 18:20:04 +00:00
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 :
2021-12-03 21:15:52 +00:00
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
2021-12-03 21:15:58 +00:00
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.
2022-03-30 21:13:58 +00:00
**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
2021-12-03 21:16:19 +00:00
id : operating-system
2021-12-03 20:53:37 +00:00
attributes :
2021-12-03 21:16:10 +00:00
label : Operating System
2021-12-03 21:17:16 +00:00
description : What is your OS?
2021-12-03 20:53:37 +00:00
options :
2021-12-03 21:16:14 +00:00
- 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
2021-12-07 18:20:04 +00:00
- type : dropdown
id : driver
attributes :
label : Driver
description : What driver do you use?
options :
- N /A
- Docker
- Podman
2021-12-07 19:00:21 +00:00
- HyperKit
2021-12-07 19:00:54 +00:00
- Hyper-V
2021-12-07 18:20:04 +00:00
- KVM2
2021-12-07 19:00:27 +00:00
- VirtualBox
2021-12-07 18:20:04 +00:00
- None (Baremetal)
- SSH
2021-12-07 19:00:45 +00:00
- VMware
2021-12-07 18:20:04 +00:00
- Parallels
2022-10-11 23:26:10 +00:00
- QEMU
2021-12-07 18:20:04 +00:00
validations :
required : false