- Cluster Network Operator (CNO)
-
-
Sets migration related fields in the
network.operator
custom resource (CR) and waits for routable MTUs to be applied to all nodes. -
Patches the
network.operator
CR to set the migration mode toLive
for OVN-Kubernetes and deploys the OpenShift SDN network plugin in migration mode. -
Deploys OVN-Kubernetes with hybrid overlay enabled, ensuring that no racing conditions occur.
-
Waits for the OVN-Kubernetes deployment and updates the conditions in the status of the
network.config
CR. -
Triggers the Machine Config Operator (MCO) to apply the new machine config to each machine config pool, which includes node cordoning, draining, and rebooting.
-
OVN-Kubernetes adds nodes to the appropriate zones and recreates pods using OVN-Kubernetes as the default CNI plugin.
-
Removes migration-related fields from the network.operator CR and performs cleanup actions, such as deleting OpenShift SDN resources and redeploying OVN-Kubernetes in normal mode with the necessary configurations.
-
Waits for the OVN-Kubernetes redeployment and updates the status conditions in the
network.config
CR to indicate migration completion. If your migration is blocked, see "Checking limited live migration metrics" for information on troubleshooting the issue.
-