File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ spec:
106
106
107
107
```
108
108
109
- ### 1.2 指定地址预留 IP
109
+ ### 1.2 Specifies the reserved IP address
110
110
111
111
If there is a need for the IP address of the reserved IP, the following yaml can be used for fixed allocation:
112
112
@@ -163,7 +163,7 @@ spec:
163
163
- ` v4IpAddress ` : Specify an IPv4 address that is within the CIDR range of the subnet.
164
164
- ` v6IpAddress ` : Specify an IPv6 address that is within the CIDR range of the subnet.
165
165
166
- ### [ Pod 使用预留 IP] ( ../guide/ip.md )
166
+ ### [ Pod use reserved IP] ( ../guide/ip.en .md )
167
167
168
168
> Note: The Pod(VMS) name and namespace must be the same as the reserved IP address, otherwise the Pod(VMS) cannot use the IP address.
169
169
Original file line number Diff line number Diff line change @@ -182,6 +182,6 @@ pod-static-01 1/1 Running 0 30s 10.16.0.3 kube-ovn-worker
182
182
183
183
## 二、删除
184
184
185
- GC kube-ovn-controller 流程不会清理独立的 IP 资源。如果需要清理 IP 以及它的 LSP,请直接删除 IP CR 资源。
185
+ kube-ovn-controller GC 流程不会清理独立的 IP 资源。如果需要清理 IP 以及它的 LSP,请直接删除 IP CR 资源。
186
186
187
187
IP 的删除流程会基于 IP 属性中的 podName 和 namespace 以及 subnet provider 格式化出 ipam key,LSP 名,释放 IPAM 占位,删除 LSP,以及清理 IP 本身的 Finalizer。
You can’t perform that action at this time.
0 commit comments