Skip to content

Commit

Permalink
Merge pull request #68 from sympatheticmoose/main
Browse files Browse the repository at this point in the history
update minikube instructions
  • Loading branch information
stefanprodan authored May 11, 2022
2 parents ff9ef33 + 5fd48ce commit adecf6a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,16 @@ Canary Releases and A/B Testing for your applications.
## Prerequisites

You'll need a Kubernetes cluster **v1.20** or newer with `LoadBalancer` support.
For testing purposes you can use Minikube with 2 CPUs and 4GB of memory.

For testing purposes you can use Minikube with 2 CPUs and 4GB of memory:
```bash
minikube start --cpus='2' --memory='4g'
```
If using Minikube, run the following in a separate terminal window/tab for the duration of this workshop:
```bash
minikube tunnel
```
This assigns an External-IP to the istio-gateway service and allows the helm install to complete successfully.

Install `jq`, `yq` and the `flux` CLI with Homebrew:

Expand Down

0 comments on commit adecf6a

Please sign in to comment.