Skip to content

Commit 2ec7ee0

Browse files
committed
Add missing stuff
1 parent 078e998 commit 2ec7ee0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Development.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ List ingresses with kubectl and grab the IP address for `project-331-ingress`:
4343
kubectl get ingress
4444
```
4545

46-
Next, add a entry for the IP address you got from the previous command:
46+
Next, add a hosts entry for the IP address you got from the previous command:
4747

4848
```
4949
ip-from-previous-command project-331.local
5050
```
5151

52+
You can find the hosts file in Linux from `/etc/hosts`.
53+
5254
After that, you should be able to access the application by going to `http://project-331.local/` in your web browser. Take a look at `kubernetes/ingress.yml` to see how requests are routed to different services.

0 commit comments

Comments
 (0)