You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multus can use a daemonset to install now. We should add this as the default way that Multus is installed, however, I don't believe we should strip out the compilation method, as sometimes during development it's not so bad to have these playbooks build Multus for you.
The text was updated successfully, but these errors were encountered:
To address redhat-nfvpe#245 and redhat-nfvpe#258, this change fixes followings:
+ rename multus_npwg_demo to multus-2nics
+ make multus_use_crd default
+ add multus_build flag
(if no/false, use daemonset yaml in github/multus)
+ unsupport legacy multus version
+ add docker_install_suppress_newgrp for latest ansible
+ fix daemonset yaml to support latest k8s
+ fix several build script (e.g. sr-iov cni)
Verified it under following combinations:
+ pod_network_type=none
+ pod_network_type=multus
+ pod_network_type=multus + multus_build=true
+ pod_network_type=none + multus_build=true
+ pod_network_type=multus-2nics
+ pod_network_type=multus-2nics + multus_build=true
To address redhat-nfvpe#245 and redhat-nfvpe#258, this change fixes followings:
+ rename multus_npwg_demo to multus-2nics
+ make multus_use_crd default
+ add multus_build flag
(if no/false, use daemonset yaml in github/multus)
+ unsupport legacy multus version
+ add docker_install_suppress_newgrp for latest ansible
+ fix daemonset yaml to support latest k8s
+ fix several build script (e.g. sr-iov cni)
Verified it under following combinations:
+ pod_network_type=none
+ pod_network_type=multus
+ pod_network_type=multus + multus_build=true
+ pod_network_type=none + multus_build=true
+ pod_network_type=multus-2nics
+ pod_network_type=multus-2nics + multus_build=true
Multus can use a daemonset to install now. We should add this as the default way that Multus is installed, however, I don't believe we should strip out the compilation method, as sometimes during development it's not so bad to have these playbooks build Multus for you.
The text was updated successfully, but these errors were encountered: