File tree Expand file tree Collapse file tree
assets/components/ovn/single-node/master Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments