From 740240eae1bbd6b7212497d06ebb6846e4733b1e Mon Sep 17 00:00:00 2001 From: Trekkie <111065900+TrekkieCoder@users.noreply.github.com> Date: Sat, 23 Nov 2024 14:17:19 +0900 Subject: [PATCH] Update kube-loxilb.md --- docs/kube-loxilb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kube-loxilb.md b/docs/kube-loxilb.md index bdc00741..63ad7fff 100644 --- a/docs/kube-loxilb.md +++ b/docs/kube-loxilb.md @@ -59,7 +59,7 @@ The arguments have the following meaning : | Name | Description | | ----------- | ----------- | | loxiURL | API server address of loxilb. This is the docker IP address loxilb docker of Step 1. If unspecified, kube-loxilb assumes loxilb is running in-cluster mode and autoconfigures this. | -| cidrPools | CIDR or IPAddress range to allocate addresses from. By default address allocated are shared for different services(shared Mode) | +| cidrPools | CIDR or IPAddress range to allocate addresses from. By default address allocated are shared for different services(shared Mode). cidrPools can be specified as ip-cidr e.g 123.123.123.0/24 or as ip-ranges e.g 192.168.20.100-192.168.20.105 | | cidr6Pools | Ipv6 CIDR or IPAddress range to allocate addresses from. By default address allocated are shared for different services(shared Mode) | | monitor | Enable liveness probe for the LB end-points (default : unset) | | setBGP | Use specified BGP AS-ID to advertise this service. If not specified BGP will be disabled. Please check [here](https://github.com/loxilb-io/loxilbdocs/blob/main/docs/integrate_bgp_eng.md) how it works. |