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

Commit b951032

Browse files
committed
Update Minikube Documentation
Add ``--cpus 4`` to the minikube start command Without specifying 4 cpus or more, the sock shop will fail to deploy.
1 parent b54b90d commit b951032

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)