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

Commit

Permalink
Update Minikube Documentation
Browse files Browse the repository at this point in the history
Add ``--cpus 4`` to the minikube start command

Without specifying 4 cpus or more, the sock shop will fail to deploy.
  • Loading branch information
alisondy committed Jun 17, 2019
1 parent b54b90d commit b951032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/kubernetes-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd microservices-demo
You can start Minikube by running:

```
minikube start --memory 8192
minikube start --memory 8192 --cpus 4
```

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

0 comments on commit b951032

Please sign in to comment.