From 34aa4b468798888d18fd273ceca3930bdb8db648 Mon Sep 17 00:00:00 2001 From: Benjamin Pickard Date: Mon, 21 Jul 2025 16:28:52 -0400 Subject: [PATCH] Annotate whereabouts-controller Add target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}' annotation to whereabouts-controller deployment to satisfy _sig-node__apigroup_config.openshift.io__CPU_Partitioning_cluster_platform_workloads_should_be_annotated_correctly_for_Deployments__Suite_openshift/conformance/parallel_ job Remove resource limits on whereabouts controller to satisfy ShiftOnStack conformence test `Pods in platform namespaces are not following resource request/limit rules or do not have an exception granted` Signed-off-by: Benjamin Pickard s --- bindata/network/multus/multus.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bindata/network/multus/multus.yaml b/bindata/network/multus/multus.yaml index d6e72c66a2..841f6eae1e 100644 --- a/bindata/network/multus/multus.yaml +++ b/bindata/network/multus/multus.yaml @@ -871,6 +871,8 @@ spec: app: whereabouts-controller template: metadata: + annotations: + target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}' labels: app: whereabouts-controller spec: @@ -891,9 +893,6 @@ spec: image: {{.WhereaboutsImage}} name: whereabouts resources: - limits: - cpu: 100m - memory: 200Mi requests: cpu: 100m memory: 100Mi