Skip to content

Commit

Permalink
Add note on ingress-controller and include namespace in README (#1182)
Browse files Browse the repository at this point in the history
Signed-off-by: albertteoh <[email protected]>
  • Loading branch information
albertteoh authored Sep 7, 2020
1 parent fe5eff5 commit 78546cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The Jaeger Operator is an implementation of a [Kubernetes Operator](https://kube

## Getting started

Firstly, ensure an [ingress-controller is deployed](https://kubernetes.github.io/ingress-nginx/deploy/). When using `minikube`, you can use the `ingress` add-on: `minikube start --addons=ingress`

To install the operator, run:
```
kubectl create namespace observability
Expand Down Expand Up @@ -39,7 +41,7 @@ EOF
This will create a Jaeger instance named `simplest`. The Jaeger UI is served via the `Ingress`, like:

```console
$ kubectl get ingress
$ kubectl get -n observability ingress
NAME HOSTS ADDRESS PORTS AGE
simplest-query * 192.168.122.34 80 3m
```
Expand Down

0 comments on commit 78546cd

Please sign in to comment.