From 20b11fc62b74cba5549e683afb14ea97a2b28cf1 Mon Sep 17 00:00:00 2001 From: Jeana Routh Date: Mon, 16 Jan 2023 10:46:47 -0500 Subject: [PATCH] [OSDOCS-4787]: known issue replacing control plane machines on OVN-k8s clusters --- release_notes/ocp-4-12-release-notes.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release_notes/ocp-4-12-release-notes.adoc b/release_notes/ocp-4-12-release-notes.adoc index e32b70efce..431e4ebc7c 100644 --- a/release_notes/ocp-4-12-release-notes.adoc +++ b/release_notes/ocp-4-12-release-notes.adoc @@ -3056,6 +3056,10 @@ $ oc delete pods --all -n openshift-cloud-controller-manager * When an OVN cluster installed on IBM Public Cloud has more than 60 worker nodes, simultaneously creating 2000 or more services and route objects can cause pods created at the same time to remain in the `ContainerCreating` status. If this problem occurs, entering the `oc describe pod ` command shows events with the following warning: `FailedCreatePodSandBox...failed to configure pod interface: timed out waiting for OVS port binding (ovn-installed)`. There is currently no workaround for this issue. (link:https://issues.redhat.com/browse/OCPBUGS-3470[*OCPBUGS-3470*]) +* When a control plane machine is replaced on a cluster that uses the OVN-Kubernetes network provider, the pods related to OVN-Kubernetes might not start on the replacement machine. When this occurs, the lack of networking on the new machine prevents etcd from allowing it to replace the old machine. As a result, the cluster is stuck in this state and might become degraded. This behavior can occur when the control plane is replaced manually or by the control plane machine set. ++ +There is currently no workaround to resolve this issue if encountered. To avoid this issue, xref:../machine_management/control_plane_machine_management/cpmso-disabling.adoc[disable the control plane machine set] and do not replace control plane machines manually if your cluster uses the OVN-Kubernetes network provider. (link:https://issues.redhat.com/browse/OCPBUGS-5306[*OCPBUGS-5306*]) + [id="ocp-4-12-asynchronous-errata-updates"] == Asynchronous errata updates