Skip to content

Commit

Permalink
Merge pull request #711 from abhat/mcast_enable
Browse files Browse the repository at this point in the history
Enable multicast support by default on the master
  • Loading branch information
openshift-merge-robot committed Jul 15, 2020
2 parents afc6593 + 3bcb960 commit 62ee2ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindata/network/ovn-kubernetes/ovnkube-master.yaml
Expand Up @@ -522,7 +522,8 @@ spec:
--nb-client-privkey /ovn-cert/tls.key \
--nb-client-cert /ovn-cert/tls.crt \
--nb-client-cacert /ovn-ca/ca-bundle.crt \
--nbctl-daemon-mode true
--nbctl-daemon-mode \
--enable-multicast
lifecycle:
preStop:
exec:
Expand Down

0 comments on commit 62ee2ac

Please sign in to comment.