Skip to content

Commit ace71f0

Browse files
committed
enabling udn on kubernetes-ovn spike
Signed-off-by: Evgeny Slutsky <eslutsky@redhat.com>
1 parent 361c29f commit ace71f0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

assets/components/ovn/single-node/master/daemonset.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@ spec:
350350
--enable-multicast \
351351
--disable-snat-multiple-gws \
352352
--single-node \
353+
--enable-network-segmentation=true \
354+
--enable-multi-network=true \
353355
--acl-logging-rate-limit "20"
354356
lifecycle:
355357
preStop:
@@ -396,6 +398,11 @@ spec:
396398
name: etc-openvswitch-node
397399
- mountPath: /etc/ovn/
398400
name: etc-openvswitch-node
401+
- mountPath: /run/systemd/private
402+
mountPropagation: HostToContainer
403+
name: run-systemd
404+
readOnly: true
405+
subPath: private
399406
resources:
400407
requests:
401408
cpu: 10m
@@ -455,6 +462,10 @@ spec:
455462
- name: host-cni-bin
456463
hostPath:
457464
path: "/run/cni/bin"
465+
- hostPath:
466+
path: /run/systemd
467+
type: ""
468+
name: run-systemd
458469

459470
- name: kubeconfig
460471
hostPath:

0 commit comments

Comments
 (0)