Skip to content

Commit 36cbaaf

Browse files
committed
update
Signed-off-by: bobz965 <[email protected]>
1 parent 94c2113 commit 36cbaaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guide/ip.en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106

107107
```
108108

109-
### 1.2 指定地址预留 IP
109+
### 1.2 Specifies the reserved IP address
110110

111111
If there is a need for the IP address of the reserved IP, the following yaml can be used for fixed allocation:
112112

@@ -163,7 +163,7 @@ spec:
163163
- `v4IpAddress`: Specify an IPv4 address that is within the CIDR range of the subnet.
164164
- `v6IpAddress`: Specify an IPv6 address that is within the CIDR range of the subnet.
165165

166-
### [Pod 使用预留 IP](../guide/ip.md)
166+
### [Pod use reserved IP](../guide/ip.en.md)
167167

168168
> 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.
169169

docs/guide/ip.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,6 @@ pod-static-01 1/1 Running 0 30s 10.16.0.3 kube-ovn-worker
182182

183183
## 二、删除
184184

185-
GC kube-ovn-controller 流程不会清理独立的 IP 资源。如果需要清理 IP 以及它的 LSP,请直接删除 IP CR 资源。
185+
kube-ovn-controller GC 流程不会清理独立的 IP 资源。如果需要清理 IP 以及它的 LSP,请直接删除 IP CR 资源。
186186

187187
IP 的删除流程会基于 IP 属性中的 podName 和 namespace 以及 subnet provider 格式化出 ipam key,LSP 名,释放 IPAM 占位,删除 LSP,以及清理 IP 本身的 Finalizer。

0 commit comments

Comments
 (0)