Skip to content

Commit

Permalink
Update minikube requirements to handle demo-app
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBollag committed May 16, 2023
1 parent 25fe453 commit ea6b8e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_common/cluster-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ If you don't have the Minikube CLI, first [install it](https://minikube.sigs.k8s
Then start your Minikube cluster with Calico, in order to enforce network policies.

```bash
minikube start --network-plugin=cni --cni=calico
minikube start --cpus=4 --memory 8192 --disk-size 32g --cni=calico
```
The minikube system requirements are for the demo application in the visual tutorials.
If you're just trying out the quick tutorials, you can use the default settings for memory, cpu and disk size.

</TabItem>
<TabItem value="gke" label="Google GKE">
Expand Down

0 comments on commit ea6b8e3

Please sign in to comment.