You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/addons/istio/README.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
1
## istio Addon
2
2
[istio](https://istio.io/docs/setup/getting-started/) - Cloud platforms provide a wealth of benefits for the organizations that use them.
3
3
4
-
### Enabling istio
5
-
Propose to startup minikube with at least 8192 MB of memory and 4 CPUs to enable istio.
6
-
To enable this addon, simply run:
4
+
### Enable istio on minikube
5
+
Make sure to start minikube with at least 8192 MB of memory and 4 CPUs.
6
+
7
+
```shell script
8
+
minikube start --memory=8000mb --cpus=4
9
+
```
7
10
11
+
To enable this addon, simply run:
8
12
```shell script
13
+
minikube addons enable istio-provisioner
9
14
minikube addons enable istio
10
15
```
11
16
@@ -19,8 +24,9 @@ kubectl get po -n istio-system
19
24
20
25
If everything went well you shouldn't get any errors about istio being installed in your cluster. If you haven't deployed any releases `kubectl get po -n istio-system` won't return anything.
0 commit comments