You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/cloudflare.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,26 @@ Using the `external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"` annotati
305
305
306
306
## Setting cloudflare-region-key to configure regional services
307
307
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/).
0 commit comments