Skip to content

Commit

Permalink
chore:fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCalz committed Sep 3, 2024
1 parent 40dc22b commit 46b529d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,15 @@ Send a Get request to /cluster-status endpoint to check that it's working:
curl -X GET "http://<master-node-ip>:3000/cluster-status"
```
## Dev Workflow
## Alternative Workflow (Minikube)
The developemnt workflow uses minikube to simular a Worker cluster.
This is an alternative workflow useing minikube to simulate a Worker cluster.
### Prerequisites Setup
- [Install Minikube](https://minikube.sigs.k8s.io/docs/start/?arch=%2Fmacos%2Farm64%2Fstable%2Fbinary+download)
- Install Docker
- Install Docker-compose
- [Install Minikube](https://minikube.sigs.k8s.io/docs/start/?arch=%2Fmacos%2Farm64%2Fstable%2Fbinary+download)
- Install Docker
- Install Docker-compose
### Usage
Checkout the branch
Expand Down

0 comments on commit 46b529d

Please sign in to comment.