Skip to content

Commit bbf97fb

Browse files
Merge pull request #2103 from zshi-redhat/OCPBUGS-19830
OCPBUGS-19830: fix whereabouts conformance test failures
2 parents fbb89ed + 234598d commit bbf97fb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

bindata/network/multus/multus.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,12 @@ spec:
705705
name: whereabouts-reconciler
706706
updateStrategy:
707707
type: RollingUpdate
708+
rollingUpdate:
709+
maxUnavailable: 10%
708710
template:
709711
metadata:
712+
annotations:
713+
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
710714
labels:
711715
app: whereabouts-reconciler
712716
name: whereabouts-reconciler
@@ -715,6 +719,7 @@ spec:
715719
nodeSelector:
716720
kubernetes.io/os: linux
717721
serviceAccountName: multus-ancillary-tools
722+
priorityClassName: "system-node-critical"
718723
tolerations:
719724
- operator: Exists
720725
effect: NoSchedule
@@ -735,9 +740,6 @@ spec:
735740
requests:
736741
cpu: "50m"
737742
memory: "50Mi"
738-
limits:
739-
cpu: "50m"
740-
memory: "100Mi"
741743
volumeMounts:
742744
- name: cni-net-dir
743745
mountPath: /host/etc/cni/net.d

0 commit comments

Comments
 (0)