Skip to content

Commit b0e8757

Browse files
committed
OCPBUGS-46535: Fixed the link in the deployments-ab-testing-lb.adoc file
1 parent 9ee3e76 commit b0e8757

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

applications/deployments/route-based-deployment-strategies.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ include::modules/deployments-graceful-termination.adoc[leveloffset=+1]
3333
include::modules/deployments-blue-green.adoc[leveloffset=+1]
3434
include::modules/deployments-ab-testing.adoc[leveloffset=+1]
3535
include::modules/deployments-ab-testing-lb.adoc[leveloffset=+2]
36+
37+
[role="_additional-resources"]
38+
[id="additional-resources_{context}"]
39+
== Additional resources
40+
41+
* xref:../../networking/routes/route-configuration.adoc#nw-route-specific-annotations_route-configuration[Route-specific annotations].

modules/deployments-ab-testing-lb.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Browse to the application at `ab-example-a.<project>.<router_domain>` to verify
5656
+
5757
[NOTE]
5858
====
59-
When using `alternateBackends`, also use the `roundrobin` load balancing strategy to ensure requests are distributed as expected to the services based on weight. `roundrobin` can be set for a route by using a link:https://docs.openshift.com/container-platform/4.13/networking/routes/route-configuration.html#nw-route-specific-annotations_route-configuration[route annotation].
59+
When using `alternateBackends`, also use the `roundrobin` load balancing strategy to ensure requests are distributed as expected to the services based on weight. `roundrobin` can be set for a route by using a route annotation. See the _Additional resources_ section for more information about route annotations.
6060
====
6161
+
6262
Setting the `oc set route-backend` to `0` means the service does not participate in load balancing, but continues to serve existing persistent connections.

0 commit comments

Comments
 (0)