diff --git a/v1.12.x/en/guide/static-ip-mac/index.html b/v1.12.x/en/guide/static-ip-mac/index.html index 44bbe6f70..1a4b61066 100644 --- a/v1.12.x/en/guide/static-ip-mac/index.html +++ b/v1.12.x/en/guide/static-ip-mac/index.html @@ -22,7 +22,7 @@ labels: app: ippool annotations: - ovn.kubernetes.io/ip_pool: 10.16.0.15,10.16.0.16,10.16.0.17 // 双栈地址使用分号进行分隔 10.16.0.15,fd00:10:16::000E;10.16.0.16,fd00:10:16::0 + ovn.kubernetes.io/ip_pool: 10.16.0.15,10.16.0.16,10.16.0.17 // for dualstack ippool use semicolon to separate addresses 10.16.0.15,fd00:10:16::000E;10.16.0.16,fd00:10:16::0 spec: containers: - name: ippool @@ -70,7 +70,7 @@ ports: - containerPort: 80 name: web -

You can try to delete the Pod under StatefulSet to observe if the Pod IP changes.

KubeVirt VM Fixed Address

For VM instances created by KubeVirt, kube-ovn-controller can assign and manage IP addresses in a similar way to the StatefulSet Pod. This allows VM instances address fixed during start-up, shutdown, upgrade, migration, and other operations throughout their lifecycle, making them more compatible with the actual virtualization user experience.

微信群 Slack Twitter Support


Last update: May 9, 2023
Created: June 30, 2022

Comments