Skip to content

Commit 5fd48ce

Browse files
author
David Harris
authored
update minikube instructions
1 parent ff9ef33 commit 5fd48ce

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,16 @@ Canary Releases and A/B Testing for your applications.
3232
## Prerequisites
3333

3434
You'll need a Kubernetes cluster **v1.20** or newer with `LoadBalancer` support.
35-
For testing purposes you can use Minikube with 2 CPUs and 4GB of memory.
35+
36+
For testing purposes you can use Minikube with 2 CPUs and 4GB of memory:
37+
```bash
38+
minikube start --cpus='2' --memory='4g'
39+
```
40+
If using Minikube, run the following in a separate terminal window/tab for the duration of this workshop:
41+
```bash
42+
minikube tunnel
43+
```
44+
This assigns an External-IP to the istio-gateway service and allows the helm install to complete successfully.
3645

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

0 commit comments

Comments
 (0)