Skip to content

Commit

Permalink
Update openshift to work with non-ic
Browse files Browse the repository at this point in the history
Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
  • Loading branch information
npinaeva committed Feb 28, 2024
1 parent 83f909d commit 2528669
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 119 deletions.
10 changes: 9 additions & 1 deletion kube-burner-workload/openshift/convergence_tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ spec:
labelSelector:
matchLabels:
app: convergence-tracker
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Exists"
volumes:
- name: openvswitch
hostPath:
path: /var/run/openvswitch
- name: ovn
hostPath:
path: /var/run/ovn/
- name: ovn-ic
hostPath:
path: /var/run/ovn-ic/
Expand All @@ -42,8 +48,10 @@ spec:
mountPath: /var/run/openvswitch
- name: host-var-log-ovs
mountPath: /var/log/openvswitch
- name: ovn-ic
- name: ovn
mountPath: /var/run/ovn
- name: ovn-ic
mountPath: /var/run/ovn-ic
- name: pod-logs
mountPath: /var/log/pods
env:
Expand Down
Loading

0 comments on commit 2528669

Please sign in to comment.