This repository was archived by the owner on Aug 2, 2019. It is now read-only.
Commit 0c8bbb4
committed
Uses VM_DRIVER env to start minikube with specified driver
This change set adds specifying the vm-driver to be used while creating the minikube VM.
Set env var `VM_DRIVER` with configured driver.
See `minikube start --help` for more info.
If VM_DRIVER env var is not specified, it uses the default driver configured in minikube.
Also checks for exit status for creating minikube vm before proceeding further.1 parent 342944a commit 0c8bbb4
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
0 commit comments