You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/gateway.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,8 +113,12 @@ The targets of the DNS entries created from a \*Route are sourced from the follo
113
113
adding each address's `value`.
114
114
115
115
If the `--resolve-gateway-load-balancer-hostname` flag is specified, any address with type
116
-
`Hostname`is queried through DNS and any resulting IP addresses are added instead of the hostname.
117
-
A DNS query failure results in zero targets being added for that address.
116
+
`Hostname`is queried through DNS and any resulting IP addresses are added instead of the hostname,
117
+
producing `A`/`AAAA` records rather than a `CNAME`.
118
+
119
+
If DNS resolution fails for a hostname address (e.g. the hostname is unresolvable or the DNS
120
+
server is unavailable), the error is logged the `Endpoint` of that address is skipped entirely. If all of a Gateway's addresses fail to resolve, the route will produce no
121
+
endpoints for that reconciliation cycle and will be retried on the next sync.
118
122
119
123
The targets from each parent Gateway matching the \*Route are then combined and de-duplicated.
0 commit comments