Skip to content

Commit fd47663

Browse files
committed
fix: update docs as per review
1 parent 4fcc726 commit fd47663

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/sources/gateway.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The targets from each parent Gateway matching the *Route are then combined and d
8585

8686
Gateway resources may be served from an external-loadbalancer which may support both IPv4 and "dualstack" (both IPv4 and IPv6) interfaces.
8787
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
8989
and one AAAA record) for each hostname associated with the Route resource.
9090

9191
Example:
@@ -95,17 +95,11 @@ apiVersion: gateway.networking.k8s.io/v1
9595
kind: HTTPRoute
9696
metadata:
9797
annotations:
98-
konghq.com/strip-path: "true"
9998
external-dns.alpha.kubernetes.io/dualstack: "true"
10099
name: echo
101100
spec:
102101
hostnames:
103102
- echoserver.example.org
104-
parentRefs:
105-
- group: gateway.networking.k8s.io
106-
kind: Gateway
107-
name: kong
108-
namespace: kong
109103
rules:
110104
- backendRefs:
111105
- group: ""

0 commit comments

Comments
 (0)