Skip to content

Commit 59a502a

Browse files
Adds limitation in Load Balancing Custom Rules (#19172)
1 parent 7d62cfe commit 59a502a

File tree

2 files changed

+6
-0
lines changed
  • src/content/docs/load-balancing

2 files changed

+6
-0
lines changed

src/content/docs/load-balancing/additional-options/load-balancing-rules/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ By default, non-Enterprise customers have **one** Load Balancing rule **per load
2828
## Limitations
2929

3030
At the moment, you cannot use Load Balancing rules with [Cloudflare Spectrum](/spectrum/about/load-balancer/).
31+
32+
Custom load balancing rules are incompatible with [Geo steering](/load-balancing/understand-basics/traffic-steering/steering-policies/geo-steering/). As a result, any custom rule applied to Geo-steered load balancers will not function as expected.

src/content/docs/load-balancing/understand-basics/traffic-steering/steering-policies/geo-steering.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ import { TabItem, Tabs } from "~/components";
1414

1515
This option is extremely useful when you want site visitors to access the endpoint closest to them, which improves page-loading performance.
1616

17+
:::note
18+
Custom load balancing rules are incompatible with Geo steering. As a result, any custom rule applied to Geo-steered Load Balancers will not function as expected.
19+
:::
20+
1721
## Pool assignment
1822

1923
You can assign multiple pools to the same area and the load balancer will use them in failover order. Any options not explicitly defined — whether in data centers, countries, or regions — will fall back to using default pools and failover.

0 commit comments

Comments
 (0)