From 81b7f4192f075a9cf9f9c8ab0b27ff90c19b80fa Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Fri, 20 Dec 2024 09:47:53 +0000 Subject: [PATCH 1/3] Updates to LB China Network --- .../additional-options/load-balancing-china.mdx | 4 +++- .../load-balancing/monitor-health-check-regions-options.mdx | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/content/docs/load-balancing/additional-options/load-balancing-china.mdx b/src/content/docs/load-balancing/additional-options/load-balancing-china.mdx index 655ad712c77dce6..0b980bbc7b2db93 100644 --- a/src/content/docs/load-balancing/additional-options/load-balancing-china.mdx +++ b/src/content/docs/load-balancing/additional-options/load-balancing-china.mdx @@ -13,7 +13,9 @@ To enable load balancers to be deployed to the [China Network](/china-network/), 1. A valid [ICP license](/china-network/concepts/icp/) for the zone in question. 2. The zone must be provisioned with access to the China Network. -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. +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 health checks, `China` is now available to be selected in both the dashboard and API. + +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/#request-body) for details on the required fields and their formats. ```bash https://api.cloudflare.com/client/v4/zones/{zone_id}/load_balancers diff --git a/src/content/partials/load-balancing/monitor-health-check-regions-options.mdx b/src/content/partials/load-balancing/monitor-health-check-regions-options.mdx index 01326cb4985f241..203ada096f2b360 100644 --- a/src/content/partials/load-balancing/monitor-health-check-regions-options.mdx +++ b/src/content/partials/load-balancing/monitor-health-check-regions-options.mdx @@ -23,8 +23,4 @@ Because of how Cloudflare checks health from [multiple regions](#health-monitor- The same problem can occur when setting low values for a monitor's **Interval**. -::: - -:::note -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. ::: \ No newline at end of file From 1412f01766772ba3b4dc98d05b181d814501c90c Mon Sep 17 00:00:00 2001 From: angelampcosta <92738954+angelampcosta@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:10:46 +0000 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: marciocloudflare <83226960+marciocloudflare@users.noreply.github.com> --- .../additional-options/load-balancing-china.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/load-balancing/additional-options/load-balancing-china.mdx b/src/content/docs/load-balancing/additional-options/load-balancing-china.mdx index 0b980bbc7b2db93..1a7cc9d3900b40d 100644 --- a/src/content/docs/load-balancing/additional-options/load-balancing-china.mdx +++ b/src/content/docs/load-balancing/additional-options/load-balancing-china.mdx @@ -13,9 +13,9 @@ To enable load balancers to be deployed to the [China Network](/china-network/), 1. A valid [ICP license](/china-network/concepts/icp/) for the zone in question. 2. The zone must be provisioned with access to the China Network. -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 health checks, `China` is now available to be selected in both the dashboard and API. +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. -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/#request-body) for details on the required fields and their formats. +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/#request-body) for details on the required fields and their formats. ```bash https://api.cloudflare.com/client/v4/zones/{zone_id}/load_balancers From 529aa8b588db720492b619d6c4827498f89db710 Mon Sep 17 00:00:00 2001 From: angelampcosta <92738954+angelampcosta@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:18:14 +0000 Subject: [PATCH 3/3] Update src/content/docs/load-balancing/additional-options/load-balancing-china.mdx --- .../load-balancing/additional-options/load-balancing-china.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/load-balancing/additional-options/load-balancing-china.mdx b/src/content/docs/load-balancing/additional-options/load-balancing-china.mdx index 1a7cc9d3900b40d..53ada03b9e600f9 100644 --- a/src/content/docs/load-balancing/additional-options/load-balancing-china.mdx +++ b/src/content/docs/load-balancing/additional-options/load-balancing-china.mdx @@ -15,7 +15,7 @@ To enable load balancers to be deployed to the [China Network](/china-network/), 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. -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/#request-body) for details on the required fields and their formats. +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. ```bash https://api.cloudflare.com/client/v4/zones/{zone_id}/load_balancers