Skip to content

Commit aa74a66

Browse files
[LB] Adds new additional option (#18532)
* Adds new additional option * Update src/content/docs/load-balancing/additional-options/load-balancing-china.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent f111c55 commit aa74a66

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
pcx_content_type: concept
3+
title: Load Balancing with the China Network
4+
sidebar:
5+
order: 15
6+
7+
---
8+
9+
## Prerequisites
10+
11+
To enable load balancers to be deployed to the [China Network](/china-network/), your zone will need to meet the following two criteria:
12+
13+
1. A valid [ICP license](/china-network/concepts/icp/) for the zone in question.
14+
2. The zone must be provisioned with access to the China Network.
15+
16+
Once these two criteria are met, create a load balancer by sending a POST request to the following endpoint. To deploy to the China Network, the `networks` array in the API call must contain `jdcloud` as a value in addition to `cloudflare`. Refer to the [Cloudflare API documentation](/api/operations/load-balancers-create-load-balancer#request-body) for details on the required fields and their formats. When selecting a region for pool health checks, `China` is now available to be selected in both the dashboard and API.
17+
18+
```bash
19+
https://api.cloudflare.com/client/v4/zones/{zone_id}/load_balancers
20+
```
21+
22+
## Limitations
23+
24+
Load balancers deployed to the China Network currently have the following limitations:
25+
26+
1. Only cookie-based session affinity is supported.
27+
2. Private network off-ramps (Tunnel, GRE, IPsec) are not supported.

src/content/partials/load-balancing/monitor-health-check-regions-options.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ The same problem can occur when setting low values for a monitor's **Interval**.
2424

2525

2626
:::
27+
28+
:::note
29+
When selecting **All Data centers** or **All Regions**, you have the option to exclude China Network data centers from these health checks. If you choose to exclude them, Cloudflare will not send health check requests from these data centers, and they will not impact the global health status of your endpoints.
30+
:::

0 commit comments

Comments
 (0)