Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Dec 4, 2023
1 parent 1cb7f01 commit 60e187d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/kubernetes-tilt-dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@ Start Minikube with the following command:
minikube start --kubernetes-version=v1.27.4
```

### Enable Ingress and Tunnel
### Enable Ingress

To access your microservices, you'll need to enable Ingress and tunnel to your cluster. Run the following commands to do so:
To access your microservices, you'll need to enable Ingress into your cluster. Run the following commands to do so:

```sh
minikube addons enable ingress
minikube tunnel
```

### Starting Tilt
Expand Down

0 comments on commit 60e187d

Please sign in to comment.