Skip to content

Commit

Permalink
fix: update docs as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
thameezb committed Jul 13, 2024
1 parent 4fcc726 commit fd47663
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/sources/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The targets from each parent Gateway matching the *Route are then combined and d

Gateway resources may be served from an external-loadbalancer which may support both IPv4 and "dualstack" (both IPv4 and IPv6) interfaces.
External DNS Controller uses the `external-dns.alpha.kubernetes.io/dualstack` annotation to determine this. If this annotation is
set to `true` then ExternalDNS will create two alias records (one A record
set to `true` then ExternalDNS will create two records (one A record
and one AAAA record) for each hostname associated with the Route resource.

Example:
Expand All @@ -95,17 +95,11 @@ apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
annotations:
konghq.com/strip-path: "true"
external-dns.alpha.kubernetes.io/dualstack: "true"
name: echo
spec:
hostnames:
- echoserver.example.org
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: kong
namespace: kong
rules:
- backendRefs:
- group: ""
Expand Down

0 comments on commit fd47663

Please sign in to comment.