Add minikube notice to macOS

This commit is contained in:
Jakub Al-Khalili 2019-09-04 12:46:53 +02:00
parent 378a92952a
commit eb41e39538
1 changed files with 7 additions and 1 deletions

View File

@ -79,7 +79,13 @@ make build e2e E2E_TEST_SELECTOR='^TestConfiguration$'
### Running E2E tests on macOS
At first you need to build Docker image inside provided Linux container by:
At first, you need to start minikube:
```bash
$ make minikube-start
$ eval $(minikube docker-env)
```
Build Docker image inside provided Linux container by:
```bash
$ make indocker
```