Skip to content

Commit

Permalink
Update docs/networking/ippool.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Saintarbor <lucas.saintarbor@suse.com>
  • Loading branch information
yaocw2020 and LucasSaintarbor authored Jul 27, 2023
1 parent 76218d7 commit 3ecdd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/networking/ippool.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ An IP pool can have specific scopes, and you can specify the corresponding requi
- If the IP Pool has a scope that matches all projects, namespaces, and guest clusters, it's called a global IP pool, and only one global IP pool is allowed. If there is no IP pool matching the requirements of the LB, the IPAM will allocate an IP address from the global IP pool if it exists.

### Examples
- Example 1: We want to configure an IP pool with range `192.168.100.0/24` for the namespace `default`. All the load balancer in the namespace `default` can get an IP from this IP pool. The IP pool will be like that:
- **Example 1:** You want to configure an IP pool with the range `192.168.100.0/24` for the namespace `default`. All the load balancers in the namespace `default` get an IP from this IP pool. For an example, refer to the following `.yaml`:

```yaml
apiVersion: networking.harvesterhci.io/v1beta1
Expand Down

0 comments on commit 3ecdd12

Please sign in to comment.