File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,10 @@ Use a backend pool for scenarios such as the following:
174
174
* Spread the load to multiple backends, which may have individual backend circuit breakers.
175
175
* Shift the load from one set of backends to another for upgrade (blue-green deployment).
176
176
177
- To create a backend pool, set the ` type ` property of the backend to ` pool ` and specify a list of single backends that make up the pool.
177
+ To create a backend pool, set the ` type ` property of the backend to ` pool ` and specify a list of backends that make up the pool.
178
+
179
+ > [ !NOTE]
180
+ > Currently, you can only include single backends in a backend pool. You can't add a backend of type ` pool ` to another backend pool.
178
181
179
182
### Example
180
183
You can’t perform that action at this time.
0 commit comments