Skip to content

Commit

Permalink
Merge pull request #2103 from zshi-redhat/OCPBUGS-19830
Browse files Browse the repository at this point in the history
OCPBUGS-19830: fix whereabouts conformance test failures
  • Loading branch information
openshift-merge-bot[bot] committed Dec 12, 2023
2 parents fbb89ed + 234598d commit bbf97fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bindata/network/multus/multus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,12 @@ spec:
name: whereabouts-reconciler
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 10%
template:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
labels:
app: whereabouts-reconciler
name: whereabouts-reconciler
Expand All @@ -715,6 +719,7 @@ spec:
nodeSelector:
kubernetes.io/os: linux
serviceAccountName: multus-ancillary-tools
priorityClassName: "system-node-critical"
tolerations:
- operator: Exists
effect: NoSchedule
Expand All @@ -735,9 +740,6 @@ spec:
requests:
cpu: "50m"
memory: "50Mi"
limits:
cpu: "50m"
memory: "100Mi"
volumeMounts:
- name: cni-net-dir
mountPath: /host/etc/cni/net.d
Expand Down

0 comments on commit bbf97fb

Please sign in to comment.