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

Commit

Permalink
Merge pull request #80 from alisondy/update-minikube
Browse files Browse the repository at this point in the history
Update Minikube Documentation
  • Loading branch information
errordeveloper authored Jun 17, 2019
2 parents b54b90d + b951032 commit 0ac7e0e
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 0ac7e0e

Please sign in to comment.