Commit Graph

8 Commits (bbc40bd8f6478df11d38a899afea34ae6e4fe665)

Author SHA1 Message Date
Chris Stryczynski 49660ce08b Addition of commands to run at once
https://github.com/kubernetes/minikube/issues/1799
2017-08-11 08:36:47 +01:00
Matt Rickard e4836dfb8f Add minikube logs request to ISSUE_TEMPLATE
This is usually the first thing that we ask users after they submit bug
reports.  In the future it might make sense to provide a convenience
method that uploads the logs to a GCS bucket, since they are sometimes
pretty long.
2017-08-04 14:37:29 -07:00
Andreas Kohn b644c393c2 Use grep -i to check the ISO version
```sh
$ cat ~/.minikube/machines/minikube/config.json | grep ISO
$ cat ~/.minikube/machines/minikube/config.json | grep -i ISO
        "Boot2DockerURL": "file:///Users/andreas/.minikube/cache/iso/minikube-v1.0.6.iso",
```
2017-02-25 10:13:03 +01:00
Matt Rickard 0bcbd99e1b Add version info to minikube-iso 2017-02-22 11:47:57 -08:00
Matt Rickard c879548d1a Update issue tmpl, add iso version, remove docker version 2017-02-01 13:02:20 -08:00
Matt Rickard c95e4d06bc Update ISSUE_TEMPLATE
The config is stored in a different folder after we changed the name of the VM
2016-09-14 14:31:07 -04:00
Matt Rickard ecbedcba5f Remove kernel field from issue templ 2016-08-16 11:23:21 -07:00
Matt Rickard 6e94e993c9 First draft of issue template 2016-08-15 09:52:45 -07:00