From c7d95af613338ad3134a10ac916c71bcfe04160c 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 b460ce4210..e4603a9585 100644 --- a/bindata/network/multus/multus.yaml +++ b/bindata/network/multus/multus.yaml @@ -872,6 +872,8 @@ spec: app: whereabouts-controller template: metadata: + annotations: + target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}' labels: app: whereabouts-controller spec: @@ -892,9 +894,6 @@ spec: image: {{.WhereaboutsImage}} name: whereabouts resources: - limits: - cpu: 100m - memory: 200Mi requests: cpu: 100m memory: 100Mi