From aac3e2d4fb1d09267243bfa6333e0dcaf8630640 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Tue, 10 Dec 2019 16:12:06 +0100 Subject: [PATCH] Several documentation fixes --- docs/content/operations/ping.md | 2 +- docs/content/routing/services/index.md | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/content/operations/ping.md b/docs/content/operations/ping.md index 0e5abd9d4..1183dbd17 100644 --- a/docs/content/operations/ping.md +++ b/docs/content/operations/ping.md @@ -59,7 +59,7 @@ ping: --ping.entryPoint=ping ``` -#### `manualRouting` +### `manualRouting` _Optional, Default=false_ diff --git a/docs/content/routing/services/index.md b/docs/content/routing/services/index.md index f3e03ebda..eff981637 100644 --- a/docs/content/routing/services/index.md +++ b/docs/content/routing/services/index.md @@ -387,7 +387,9 @@ The WRR is able to load balance the requests between multiple services based on This strategy is only available to load balance between [services](./index.md) and not between [servers](./index.md#servers). -!!! info "This strategy can be defined only with [File](../../providers/file.md)." +!!! info "Supported Providers" + + This strategy can be defined currently with the [File](../../providers/file.md) or [IngressRoute](../../providers/kubernetes-crd.md) providers. ```toml tab="TOML" ## Dynamic configuration @@ -438,7 +440,9 @@ http: The mirroring is able to mirror requests sent to a service to other services. -!!! info "This strategy can be defined only with [File](../../providers/file.md)." +!!! info "Supported Providers" + + This strategy can be defined currently with the [File](../../providers/file.md) or [IngressRoute](../../providers/kubernetes-crd.md) providers. ```toml tab="TOML" ## Dynamic configuration @@ -583,7 +587,9 @@ The Weighted Round Robin (alias `WRR`) load-balancer of services is in charge of This strategy is only available to load balance between [services](./index.md) and not between [servers](./index.md#servers). -This strategy can only be defined with [File](../../providers/file.md). +!!! info "Supported Providers" + + This strategy can be defined currently with the [File](../../providers/file.md) or [IngressRoute](../../providers/kubernetes-crd.md) providers. ```toml tab="TOML" ## Dynamic configuration