From c01162f6946785dbdfd9890f60550561e34df38c Mon Sep 17 00:00:00 2001 From: Rashmi Gottipati Date: Wed, 4 Feb 2026 14:35:09 -0500 Subject: [PATCH 1/2] Update NetworkPolicy egress to support HyperShift custom API ports Signed-off-by: Rashmi Gottipati --- manifests/14_networkpolicy_marketplace-operator.yaml | 8 +------- manifests/15_networkpolicy_unpack-bundles.yaml | 4 +--- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/manifests/14_networkpolicy_marketplace-operator.yaml b/manifests/14_networkpolicy_marketplace-operator.yaml index 59256a969..772e9643f 100644 --- a/manifests/14_networkpolicy_marketplace-operator.yaml +++ b/manifests/14_networkpolicy_marketplace-operator.yaml @@ -21,11 +21,5 @@ spec: - protocol: TCP port: 8081 egress: - - ports: - - protocol: TCP - port: 6443 - - protocol: TCP - port: 53 - - protocol: UDP - port: 53 + - {} diff --git a/manifests/15_networkpolicy_unpack-bundles.yaml b/manifests/15_networkpolicy_unpack-bundles.yaml index d8e595ef2..cd9913663 100644 --- a/manifests/15_networkpolicy_unpack-bundles.yaml +++ b/manifests/15_networkpolicy_unpack-bundles.yaml @@ -22,7 +22,5 @@ spec: - Ingress - Egress egress: - - ports: - - protocol: TCP - port: 6443 + - {} From b8bfcb5ee1b7ef3e0785cfa7c815cb3d26ee5ddd Mon Sep 17 00:00:00 2001 From: Rashmi Gottipati Date: Mon, 16 Feb 2026 18:07:24 -0500 Subject: [PATCH 2/2] Add DNS egress rules with ports 53 and 5353 to static NetworkPolicies Signed-off-by: Rashmi Gottipati --- manifests/14_networkpolicy_marketplace-operator.yaml | 9 +++++++++ manifests/15_networkpolicy_unpack-bundles.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/manifests/14_networkpolicy_marketplace-operator.yaml b/manifests/14_networkpolicy_marketplace-operator.yaml index 772e9643f..01d5435ab 100644 --- a/manifests/14_networkpolicy_marketplace-operator.yaml +++ b/manifests/14_networkpolicy_marketplace-operator.yaml @@ -22,4 +22,13 @@ spec: port: 8081 egress: - {} + - ports: + - protocol: TCP + port: 53 + - protocol: UDP + port: 53 + - protocol: TCP + port: 5353 + - protocol: UDP + port: 5353 diff --git a/manifests/15_networkpolicy_unpack-bundles.yaml b/manifests/15_networkpolicy_unpack-bundles.yaml index cd9913663..d9837c157 100644 --- a/manifests/15_networkpolicy_unpack-bundles.yaml +++ b/manifests/15_networkpolicy_unpack-bundles.yaml @@ -23,4 +23,13 @@ spec: - Egress egress: - {} + - ports: + - protocol: TCP + port: 53 + - protocol: UDP + port: 53 + - protocol: TCP + port: 5353 + - protocol: UDP + port: 5353