Skip to content

Commit b07188e

Browse files
[LB] Updates to LB China Network (#18880)
* Updates to LB China Network * Apply suggestions from code review Co-authored-by: marciocloudflare <[email protected]> * Update src/content/docs/load-balancing/additional-options/load-balancing-china.mdx --------- Co-authored-by: marciocloudflare <[email protected]>
1 parent 96a7998 commit b07188e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/content/docs/load-balancing/additional-options/load-balancing-china.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ To enable load balancers to be deployed to the [China Network](/china-network/),
1313
1. A valid [ICP license](/china-network/concepts/icp/) for the zone in question.
1414
2. The zone must be provisioned with access to the China Network.
1515

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/resources/load_balancers/methods/create/#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.
16+
Once these two criteria are met, any newly created load balancer will be automatically deployed to the China Network. When choosing a region for a pool's health checks, `China` is now available to be selected in both the dashboard and API.
17+
18+
You can also create a load balancer by sending a `POST` request to the following endpoint. To deploy to the China Network with the API, the `networks` array in the API call must contain `jdcloud` as a value in addition to `cloudflare`. Refer to the [Cloudflare API documentation](/api/resources/load_balancers/methods/create/) for details on the required fields and their formats.
1719

1820
```bash
1921
https://api.cloudflare.com/client/v4/zones/{zone_id}/load_balancers

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ Because of how Cloudflare checks health from [multiple regions](#health-monitor-
2323
The same problem can occur when setting low values for a monitor's **Interval**.
2424

2525

26-
:::
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.
3026
:::

0 commit comments

Comments
 (0)