From 784e7797b114abdfa7a5063db3036b8c914359c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Thu, 15 Oct 2020 17:49:32 +0200 Subject: [PATCH 1/2] Add known issue with Kuryr Neutron ports Kuryr creates unnecessary Neutron Ports for hostNetworking pods and we won't fix it before GA. This is adding info about the issue. --- release_notes/ocp-4-6-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release_notes/ocp-4-6-release-notes.adoc b/release_notes/ocp-4-6-release-notes.adoc index 720632c1daa0..67ea71b95522 100644 --- a/release_notes/ocp-4-6-release-notes.adoc +++ b/release_notes/ocp-4-6-release-notes.adoc @@ -703,6 +703,13 @@ $ operator-sdk new --type=helm \ + (link:https://bugzilla.redhat.com/show_bug.cgi?id=1874754[*BZ#1874754*]) +* When running on OpenStack with Kuryr, unnecessary Neutron Ports will get +created for each `hostNetworking` pod. The ports are safe to be deleted and +automatic deletion will be implemented in one of the z-stream releases of +{product-title} 4.6. ++ +(link:https://bugzilla.redhat.com/show_bug.cgi?id=1888318[*BZ#1888318*]) + [id="ocp-4-6-asynchronous-errata-updates"] == Asynchronous errata updates From def9aa3b7723f45afbe5cc0c2eeb40ca40011bf5 Mon Sep 17 00:00:00 2001 From: Michal Dulko Date: Thu, 15 Oct 2020 18:55:07 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Max Bridges <50179998+maxwelldb@users.noreply.github.com> --- release_notes/ocp-4-6-release-notes.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release_notes/ocp-4-6-release-notes.adoc b/release_notes/ocp-4-6-release-notes.adoc index 67ea71b95522..e7e4ac548657 100644 --- a/release_notes/ocp-4-6-release-notes.adoc +++ b/release_notes/ocp-4-6-release-notes.adoc @@ -703,10 +703,10 @@ $ operator-sdk new --type=helm \ + (link:https://bugzilla.redhat.com/show_bug.cgi?id=1874754[*BZ#1874754*]) -* When running on OpenStack with Kuryr, unnecessary Neutron Ports will get -created for each `hostNetworking` pod. The ports are safe to be deleted and -automatic deletion will be implemented in one of the z-stream releases of -{product-title} 4.6. +* Clusters that run on {rh-openstack} and use Kuryr create unnecessary Neutron ports +for each `hostNetworking` pod. You can delete these ports safely. +Automatic port deletion is planned for a future release of +{product-title}. + (link:https://bugzilla.redhat.com/show_bug.cgi?id=1888318[*BZ#1888318*])