Add minikube notice to macOS
This commit is contained in:
parent
378a92952a
commit
eb41e39538
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue