diff --git a/docs/guide/ippool.en.md b/docs/guide/ippool.en.md index 7fded2570..e2506db41 100644 --- a/docs/guide/ippool.en.md +++ b/docs/guide/ippool.en.md @@ -29,7 +29,7 @@ Field description: | ips | Specify IP ranges | Support three formats: , and ... Support IPv6. | | namespaces | Specifies the bound namespaces | Optional | -## 注意事项 +## Precautions 1. To ensure compatibility with [Workload Universal IP Pool Fixed Address](./static-ip-mac.md#workload-ip-pool), the name of the IP pool cannot be an IP address; 2. The `.spec.ips` of the IP pool can specify an IP address beyond the scope of the subnet, but the actual effective IP address is the intersection of `.spec.ips` and the CIDR of the subnet; diff --git a/mkdocs.yml b/mkdocs.yml index 478ecec78..b326a6006 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,7 +14,7 @@ nav: - 使用指南: - 安装和配置选项: 'guide/setup-options.md' - 固定地址: 'guide/static-ip-mac.md' - - IP池使用: 'guide/ippool.md' + - IP 池使用: 'guide/ippool.md' - 自定义路由: 'guide/custom-routes.md' - 子网使用: 'guide/subnet.md' - LoadBalancer 类型 Service: 'guide/loadbalancer-service.md'