Skip to content

Commit

Permalink
fix: get loadbalancer ip
Browse files Browse the repository at this point in the history
  • Loading branch information
gxthrj committed Jan 20, 2021
1 parent 9e20d76 commit b5ac4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployments/ack.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kubectl get service --namespace ingress-apisix

Two Service resources were created, one is `apisix-gateway`, which processes the real traffic; another is `apisix-admin`, which acts as the control plane to process all the configuration changes.

The gateway service type is set to `LoadBalancer` (See [Access services through SLB](https://help.aliyun.com/document_detail/182218.html) for more details), so that clients can access Apache APISIX through a load balancer. You can find the load balancer hostname by running:
The gateway service type is set to `LoadBalancer` (See [Access services through SLB](https://help.aliyun.com/document_detail/182218.html) for more details), so that clients can access Apache APISIX through a load balancer. You can find the load balancer ip by running:

```shell
kubectl get service apisix-gateway --namespace ingress-apisix -o jsonpath='{.status.loadBalancer.ingress[].ip}'
Expand Down

0 comments on commit b5ac4e2

Please sign in to comment.