提交 49660ce0 编写于 作者: C Chris Stryczynski 提交者: GitHub

Addition of commands to run at once

https://github.com/kubernetes/minikube/issues/1799
上级 40ad1cf7
...@@ -16,20 +16,33 @@ might close your issue. If we're wrong, PLEASE feel free to reopen it and ...@@ -16,20 +16,33 @@ might close your issue. If we're wrong, PLEASE feel free to reopen it and
explain why. explain why.
--> -->
**Minikube version** (use `minikube version`): Please provide the following details:
**Environment**: **Environment**:
**Minikube version** (use `minikube version`):
- **OS** (e.g. from /etc/os-release): - **OS** (e.g. from /etc/os-release):
- **VM Driver** (e.g. `cat ~/.minikube/machines/minikube/config.json | grep DriverName`): - **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`): - **ISO version** (e.g. `cat ~/.minikube/machines/minikube/config.json | grep -i ISO` or `minikube ssh cat /etc/VERSION`):
- **Install tools**: - **Install tools**:
- **Others**: - **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 happened**:
**What you expected to happen**: **What you expected to happen**:
**How to reproduce it** (as minimally and precisely as possible): **How to reproduce it** (as minimally and precisely as possible):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册