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 e5b62ad commit 9e20d76
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 @@ -50,7 +50,7 @@ Two Service resources were created, one is `apisix-gateway`, which processes the
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:

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

Another thing should be concerned that the `allow.ipList` field should be customized according to the [Pod CIRD configuration of ACK](https://www.alibabacloud.com/help/en/doc-detail/86500.htm), so that the apisix-ingress-controller instances can access the APISIX instances (resources pushing).
Expand Down

0 comments on commit 9e20d76

Please sign in to comment.