Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Santana <[email protected]>
  • Loading branch information
csantanapr committed Nov 1, 2023
1 parent 2e60c57 commit 42a66c4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions patterns/gitops/getting-started-argocd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,10 @@ NAME CLASS HOSTS ADDRESS PORTS
ingress/game-2048 alb * k8s-<>.us-west-2.elb.amazonaws.com 80 7h59m
```

Wait until and event for ingress `game-2048` contains `Successfully reconciled`. Crl+C to exit the `watch` command
Wait until and event for ingress `game-2048` contains `Successfully reconciled`.
Use the Crl+C to exit the `watch` command. AWS Load Balancer can take a couple of
minutes in order to be created.
Hit Ctrl+C or Cmd+C to exit the watch command.
```shell
kubectl events -n game-2048 --for ingress/game-2048 --watch
```
Expand All @@ -221,7 +224,7 @@ The expected output should look like the following:
```
>A success response should contain `HTTP/1.1 200 OK`.
Retrieve the ingress URL:
Retrieve the ingress URL to access the application in your local web browser.
```shell
echo "Application URL: http://$(kubectl get -n game-2048 ingress game-2048 -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')"
```
Expand Down

0 comments on commit 42a66c4

Please sign in to comment.