From 163710acbd094f179c5fa218cc2d1b656297feca Mon Sep 17 00:00:00 2001 From: Canwu Yao Date: Thu, 1 Jun 2023 11:47:30 +0800 Subject: [PATCH] Update docs/networking/ippool.md Co-authored-by: Lucas Saintarbor --- docs/networking/ippool.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/networking/ippool.md b/docs/networking/ippool.md index 354f59e54b..f454417a4d 100644 --- a/docs/networking/ippool.md +++ b/docs/networking/ippool.md @@ -10,9 +10,9 @@ _Available as of v1.2.0_ Harvester IP Pool is a built-in IP address management (IPAM) solution exclusively available to Harvester Load Balancers (LBs). ## Features -- Multiple IP ranges: Each IP pool can contain multiple IP ranges or CIDRs. -- Allocation history: The IP pool keeps track of the allocation history of every IP address and prioritizes assigning addresses that were previously allocated. -- Scope: The IP pool can be restricted to a particular network, project, namespace, or guest cluster. +- **Multiple IP ranges:** Each IP pool can contain multiple IP ranges or CIDRs. +- **Allocation history:** The IP pool keeps track of the allocation history of every IP address and prioritizes assigning previously allocated addresses. +- **Scope:** Restrict the IP pool to a particular network, project, namespace, or guest cluster. ## Selection policy An IP pool can have specific scopes, and you can specify the corresponding requirements in the LB. The IP pool that meets the requirements will automatically assign IP addresses for the LB.