Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 0ac7e0e

Browse files
Merge pull request #80 from alisondy/update-minikube
Update Minikube Documentation
2 parents b54b90d + b951032 commit 0ac7e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/kubernetes-minikube.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd microservices-demo
2222
You can start Minikube by running:
2323

2424
```
25-
minikube start --memory 8192
25+
minikube start --memory 8192 --cpus 4
2626
```
2727

2828
Check if it's running with `minikube status`, and make sure the Kubernetes dashboard is running on http://192.168.99.100:30000.

0 commit comments

Comments
 (0)