File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,16 @@ Canary Releases and A/B Testing for your applications.
32
32
## Prerequisites
33
33
34
34
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.
36
45
37
46
Install ` jq ` , ` yq ` and the ` flux ` CLI with Homebrew:
38
47
You can’t perform that action at this time.
0 commit comments