From e3ab5b0ddab44aa7b9b08f7d13d067dbf3d2a942 Mon Sep 17 00:00:00 2001 From: Oren Cohen Date: Fri, 28 Nov 2025 14:28:11 +0200 Subject: [PATCH] OCPBUGS-56949: Add openshift.io/node-selector annotation to openshift-network-console namespace currently, the openshift-network-console namespace is lacking the openshift.io/node-selector annotation. because of this, if defaultNodeSelector is being set in the default scheduler, the pods in this namespace are also affected, and therefore in some cases they cannot be scheduled. Signed-off-by: Oren Cohen --- bindata/networking-console-plugin/000-namespace.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bindata/networking-console-plugin/000-namespace.yaml b/bindata/networking-console-plugin/000-namespace.yaml index fa117ae5ae..aef96a8edf 100644 --- a/bindata/networking-console-plugin/000-namespace.yaml +++ b/bindata/networking-console-plugin/000-namespace.yaml @@ -7,3 +7,4 @@ metadata: annotations: openshift.io/description: "Namespace for running the networking-console-plugin pods that enables the Networking console section" workload.openshift.io/allowed: "management" + openshift.io/node-selector: ""