Apply review feedback

This commit is contained in:
Leo Arias 2021-10-19 16:47:35 +00:00
parent ad4acfa043
commit 60f1a651bb

View File

@ -20,13 +20,14 @@ mev-inspect-py is built to run on kubernetes locally and in production.
### Dependencies ### Dependencies
- [docker](https://www.docker.com/products/docker-desktop) - [docker](https://www.docker.com/products/docker-desktop)
- [kind](https://kind.sigs.k8s.io/docs/user/quick-start) - [kind](https://kind.sigs.k8s.io/docs/user/quick-start), or a similar tool for running local Kubernetes clusters
- [kubectl](https://kubernetes.io/docs/tasks/tools/) - [kubectl](https://kubernetes.io/docs/tasks/tools/)
- [helm](https://helm.sh/docs/intro/install/) - [helm](https://helm.sh/docs/intro/install/)
- [tilt](https://docs.tilt.dev/install.html)
### Set up ### Set up
Ceate a new cluster with: Create a new cluster with:
``` ```
kind create cluster kind create cluster