From 49660ce08b017ad484b03e22828362724132ff89 Mon Sep 17 00:00:00 2001 From: Chris Stryczynski Date: Fri, 11 Aug 2017 08:36:47 +0100 Subject: [PATCH] Addition of commands to run at once https://github.com/kubernetes/minikube/issues/1799 --- .github/ISSUE_TEMPLATE | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index c337e62c77..1a56026e01 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -16,20 +16,33 @@ might close your issue. If we're wrong, PLEASE feel free to reopen it and explain why. --> -**Minikube version** (use `minikube version`): - +Please provide the following details: **Environment**: + +**Minikube version** (use `minikube version`): - **OS** (e.g. from /etc/os-release): - **VM Driver** (e.g. `cat ~/.minikube/machines/minikube/config.json | grep DriverName`): - **ISO version** (e.g. `cat ~/.minikube/machines/minikube/config.json | grep -i ISO` or `minikube ssh cat /etc/VERSION`): - **Install tools**: - **Others**: +The above can be generated in one go with the following commands (can be copied and pasted directly into your terminal): +``` +minikube version +echo ""; +echo "OS:"; +cat /etc/os-release +echo ""; +echo "VM driver": +grep DriverName ~/.minikube/machines/minikube/config.json +``` +echo ""; +echo "ISO version"; +grep -i ISO ~/.minikube/machines/minikube/config.json **What happened**: - **What you expected to happen**: **How to reproduce it** (as minimally and precisely as possible):