Skip to content

Commit fd03db4

Browse files
docs(cloudflare): add list of accepted values for regional host (#5495)
* docs: add list of accepted values * docs: add space around flags
1 parent 7fb0ed0 commit fd03db4

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/tutorials/cloudflare.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,26 @@ Using the `external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"` annotati
305305

306306
## Setting cloudflare-region-key to configure regional services
307307

308-
Using the `external-dns.alpha.kubernetes.io/cloudflare-region-key` annotation on your ingress, you can restrict which data centers can decrypt and serve HTTPS traffic. A list of available options can be seen [here](https://developers.cloudflare.com/data-localization/regional-services/get-started/).
308+
Using the `external-dns.alpha.kubernetes.io/cloudflare-region-key` annotation on your ingress, you can restrict which data centers can decrypt and serve HTTPS traffic.
309+
310+
**Accepted values for region key include:**
311+
312+
- `earth` (default): All data centers (global)
313+
- `eu`: European Union data centers only
314+
- `us`: United States data centers only
315+
- `ap`: Asia-Pacific data centers only
316+
- `fedramp`: US public sector (FedRAMP) data centers
317+
- `in`: India data centers only
318+
- `ca`: Canada data centers only
319+
- `jp`: Japan data centers only
320+
- `kr`: South Korea data centers only
321+
- `br`: Brazil data centers only
322+
- `za`: South Africa data centers only
323+
- `ae`: United Arab Emirates data centers only
324+
- `global`: Alias for `earth`
325+
326+
For the most up-to-date list and details, see the [Cloudflare Regional Services documentation](https://developers.cloudflare.com/data-localization/regional-services/get-started/).
327+
309328
Currently, requires SuperAdmin or Admin role.
310329

311330
If not set the value will default to `global`.

0 commit comments

Comments
 (0)