Skip to content

Commit

Permalink
Update docs/deployment/eks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Flendrich <[email protected]>
  • Loading branch information
hbagdi and mflendrich authored Sep 29, 2020
1 parent 05326d0 commit cca29c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ NAME TYPE CLUSTER-IP EXTERNAL-IP
kong-proxy LoadBalancer 10.63.250.199 example.eu-west-1.elb.amazonaws.com 80:31929/TCP,443:31408/TCP 57d
```

Create an environment variable to hold the IP address:
Create an environment variable to hold the ELB hostname:

```bash
$ export PROXY_IP=$(kubectl get -o jsonpath="{.status.loadBalancer.ingress[0].hostname}" service -n kong kong-proxy)
Expand Down

0 comments on commit cca29c7

Please sign in to comment.