File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ The targets from each parent Gateway matching the *Route are then combined and d
85
85
86
86
Gateway resources may be served from an external-loadbalancer which may support both IPv4 and "dualstack" (both IPv4 and IPv6) interfaces.
87
87
External DNS Controller uses the ` external-dns.alpha.kubernetes.io/dualstack ` annotation to determine this. If this annotation is
88
- set to ` true ` then ExternalDNS will create two alias records (one A record
88
+ set to ` true ` then ExternalDNS will create two records (one A record
89
89
and one AAAA record) for each hostname associated with the Route resource.
90
90
91
91
Example:
@@ -95,17 +95,11 @@ apiVersion: gateway.networking.k8s.io/v1
95
95
kind : HTTPRoute
96
96
metadata :
97
97
annotations :
98
- konghq.com/strip-path : " true"
99
98
external-dns.alpha.kubernetes.io/dualstack : " true"
100
99
name : echo
101
100
spec :
102
101
hostnames :
103
102
- echoserver.example.org
104
- parentRefs :
105
- - group : gateway.networking.k8s.io
106
- kind : Gateway
107
- name : kong
108
- namespace : kong
109
103
rules :
110
104
- backendRefs :
111
105
- group : " "
You can’t perform that action at this time.
0 commit comments