Skip to content

Commit

Permalink
Fix incorrect geo code in DNS docs
Browse files Browse the repository at this point in the history
GEO-US -> US

Only the following codes will be accepted with a "GEO-" prefix:

```
AWS_CONTINENT_CODE_AFRICA        = "AF"
AWS_CONTINENT_CODE_ANTARTICA     = "AN"
AWS_CONTINENT_CODE_ASIA          = "AS"
AWS_CONTINENT_CODE_EUROPE        = "EU"
AWS_CONTINENT_CODE_OCEANIA       = "OC"
AWS_CONTINENT_CODE_NORTH_AMERICA = "NA"
AWS_CONTINENT_CODE_SOUTH_AMERICA = "SA"
```

Signed-off-by: Michael Nairn <[email protected]>
  • Loading branch information
mikenairn committed Jan 14, 2025
1 parent 4092c44 commit 3721f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guides/dns/load-balanced-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ metadata:
spec:
loadBalancing:
weight: 130
geo: GEO-US
geo: US
defaultGeo: false
targetRef:
group: gateway.networking.k8s.io
Expand Down

0 comments on commit 3721f13

Please sign in to comment.