Merge pull request #1823 from abitrolly/patch-1

Expand Linux CI scenario
pull/1861/head
Matt Rickard 2017-08-21 13:42:10 -07:00 committed by GitHub
commit a9c4e7518e
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/miniku
### Windows
Download the [minikube-windows-amd64.exe](https://storage.googleapis.com/minikube/releases/latest/minikube-windows-amd64.exe) file, rename it to `minikube.exe` and add it to your path
### Linux CI Installation Which Supports Running in a VM (example w/ kubectl installation)
### Linux Continous Integration with VM support
Example with `kubectl` installation:
```shell
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && chmod +x kubectl