From a10b2395045c77139c89c0764f38d87fb1e15a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Fri, 12 Feb 2021 16:29:27 +0100 Subject: [PATCH 1/4] 4.7 RN: Add known Kuryr issue with UPI We've discovered the problem with UPI installations with Kuryr [1] and realized there's a simple workaround to the issue. This commit adds information about it to the 4.7 relase notes. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1927244 Co-authored-by: Max Bridges <50179998+maxwelldb@users.noreply.github.com> --- release_notes/ocp-4-7-release-notes.adoc | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/release_notes/ocp-4-7-release-notes.adoc b/release_notes/ocp-4-7-release-notes.adoc index ffb73c7fbe94..0d6329b7fea7 100644 --- a/release_notes/ocp-4-7-release-notes.adoc +++ b/release_notes/ocp-4-7-release-notes.adoc @@ -1014,6 +1014,34 @@ The root cause of this issue is unknown and no workaround currently exists. + (link:https://bugzilla.redhat.com/show_bug.cgi?id=1913279[*BZ#1913279*]) +* Installing a cluster on {rh-openstack} that uses Kuryr times out with the following messages during bootstrapping: ++ +[source,terminal] +---- +INFO Waiting up to 20m0s for the Kubernetes API at https://api.ostest.shiftstack.com:6443... +INFO API v1.20.0+ba45583 up +INFO Waiting up to 30m0s for bootstrapping to complete... +ERROR Attempted to gather ClusterOperator status after wait failure: listing ClusterOperator objects: Get "https://api.ostest.shiftstack.com:6443/apis/config.openshift.io/v1/clusteroperators": dial tcp 10.46.44.166:6443: connect: connection refused +INFO Use the following commands to gather logs from the cluster +INFO openshift-install gather bootstrap --help +FATAL failed to wait for bootstrapping to complete: timed out waiting for the condition +---- + +The time out is caused by changes in how Kuryr detects the {rh-openstack} Networking service (neutron) subnet of the cluster's nodes. + +As a workaround, do not remove the control plane machine manifests as described by the "Creating the Kubernetes manifest and Ignition config files" section in the installation documentation. When you are instructed to run the following command: ++ +[source,terminal] +---- +$ rm -f openshift/99_openshift-cluster-api_master-machines-*.yaml openshift/99_openshift-cluster-api_worker-machineset-*.yaml +---- + +Run this command instead: ++ +[source,terminal] +---- +$ rm -f openshift/99_openshift-cluster-api_worker-machineset-*.yaml +---- [id="ocp-4-7-asynchronous-errata-updates"] == Asynchronous errata updates From b26a8f5dfbf93748520756f4872230894285027f Mon Sep 17 00:00:00 2001 From: Max Bridges <50179998+maxwelldb@users.noreply.github.com> Date: Fri, 12 Feb 2021 11:26:50 -0500 Subject: [PATCH 2/4] Restore BZ link --- release_notes/ocp-4-7-release-notes.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release_notes/ocp-4-7-release-notes.adoc b/release_notes/ocp-4-7-release-notes.adoc index 0d6329b7fea7..4f32f93679f5 100644 --- a/release_notes/ocp-4-7-release-notes.adoc +++ b/release_notes/ocp-4-7-release-notes.adoc @@ -1043,6 +1043,8 @@ Run this command instead: $ rm -f openshift/99_openshift-cluster-api_worker-machineset-*.yaml ---- +(link:https://bugzilla.redhat.com/show_bug.cgi?id=1927244[*BZ#1927244*]) + [id="ocp-4-7-asynchronous-errata-updates"] == Asynchronous errata updates From 9d4dbc7133ace68a9ddb4101554cae509fcf4c92 Mon Sep 17 00:00:00 2001 From: Max Bridges <50179998+maxwelldb@users.noreply.github.com> Date: Fri, 12 Feb 2021 11:34:46 -0500 Subject: [PATCH 3/4] Update release_notes/ocp-4-7-release-notes.adoc --- release_notes/ocp-4-7-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_notes/ocp-4-7-release-notes.adoc b/release_notes/ocp-4-7-release-notes.adoc index 4f32f93679f5..f63f34ca8442 100644 --- a/release_notes/ocp-4-7-release-notes.adoc +++ b/release_notes/ocp-4-7-release-notes.adoc @@ -1027,7 +1027,7 @@ INFO openshift-install gather bootstrap --help FATAL failed to wait for bootstrapping to complete: timed out waiting for the condition ---- -The time out is caused by changes in how Kuryr detects the {rh-openstack} Networking service (neutron) subnet of the cluster's nodes. +The timeout is caused by changes in how Kuryr detects the {rh-openstack} Networking service (neutron) subnet of the cluster's nodes. As a workaround, do not remove the control plane machine manifests as described by the "Creating the Kubernetes manifest and Ignition config files" section in the installation documentation. When you are instructed to run the following command: + From 1b002c3b3abd676a3f24d4dd35bdd6c9f1983786 Mon Sep 17 00:00:00 2001 From: Max Bridges <50179998+maxwelldb@users.noreply.github.com> Date: Fri, 12 Feb 2021 11:38:35 -0500 Subject: [PATCH 4/4] Adding plus signs --- release_notes/ocp-4-7-release-notes.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release_notes/ocp-4-7-release-notes.adoc b/release_notes/ocp-4-7-release-notes.adoc index f63f34ca8442..35153911c9dd 100644 --- a/release_notes/ocp-4-7-release-notes.adoc +++ b/release_notes/ocp-4-7-release-notes.adoc @@ -1026,23 +1026,23 @@ INFO Use the following commands to gather logs from the cluster INFO openshift-install gather bootstrap --help FATAL failed to wait for bootstrapping to complete: timed out waiting for the condition ---- - ++ The timeout is caused by changes in how Kuryr detects the {rh-openstack} Networking service (neutron) subnet of the cluster's nodes. - ++ As a workaround, do not remove the control plane machine manifests as described by the "Creating the Kubernetes manifest and Ignition config files" section in the installation documentation. When you are instructed to run the following command: + [source,terminal] ---- $ rm -f openshift/99_openshift-cluster-api_master-machines-*.yaml openshift/99_openshift-cluster-api_worker-machineset-*.yaml ---- - ++ Run this command instead: + [source,terminal] ---- $ rm -f openshift/99_openshift-cluster-api_worker-machineset-*.yaml ---- - ++ (link:https://bugzilla.redhat.com/show_bug.cgi?id=1927244[*BZ#1927244*]) [id="ocp-4-7-asynchronous-errata-updates"]