Skip to content

Commit

Permalink
docs: add ApisixUpstream healthCheck explanation to resolveGranularity (
Browse files Browse the repository at this point in the history
  • Loading branch information
redtacs authored Aug 30, 2022
1 parent f1bd4c0 commit 31b3ef8
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion docs/en/latest/references/apisix_route_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ The service resolve granularity determines whether the [Serivce ClusterIP](https

| Granularity | Meaning |
|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| endpoint | Filled upstream nodes by Pods' IP. |
| endpoint | Filled upstream nodes by Pods' IP. ApisixUpstream healthCheck is only effective on this case. |
| service | Filled upstream nodes by Service ClusterIP, in such a case, loadbalacing are implemented by [kube-proxy](https://kubernetes.io/docs/concepts/overview/components/#kube-proxy). |
Loading

0 comments on commit 31b3ef8

Please sign in to comment.