Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
camba1 committed Feb 24, 2021
1 parent 3c9d61e commit 2ffdd97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ Once the ingress has been enabled, deploy the application to Minikube:
make startkub
```

If this is the first time running the application in Minikube, the ingress IP address should be configured.
Once the application is deployed, check the address and host assigned to the ingress:

```bash
Expand All @@ -161,8 +162,7 @@ Once the application is deployed, check the address and host assigned to the ing

Note that it takes a couple of minutes for K8s to assign the IP to the ingress. As such wait for that happens before moving ahead.

If this is the first time running the app in Minikube: Grab the address & the host from the
result of the command above, and add it to your `/etc/hosts` file.
Grab the address & the host from the result of the command above, and add it to your `/etc/hosts` file.

Finally, access app:

Expand Down Expand Up @@ -194,6 +194,7 @@ Once the ingress has been enabled and Vault is ready to go, deploy the applicati
make vstartkub
```

If this is the first time running the application in Minikube, the ingress IP address should be configured.
Once the application is deployed, check the address and host assigned to the ingress:

```bash
Expand All @@ -202,8 +203,7 @@ Once the application is deployed, check the address and host assigned to the ing

Note that it takes a couple of minutes for K8s to assign the IP to the ingress. As such wait for that happens before moving ahead.

If this is the first time running the app in Minikube: Grab the address & the host from the
result of the command above, and add it to your `/etc/hosts` file.
Grab the address & the host from the result of the command above, and add it to your `/etc/hosts` file.

Finally, access app:

Expand Down

0 comments on commit 2ffdd97

Please sign in to comment.