Workaround Multus issue

This commit is contained in:
2020-11-20 15:28:27 +01:00
parent cb76402ff0
commit a1d8d0ac64

View File

@@ -6,6 +6,9 @@ kube_version: v1.19.3
# Can also be set to 'cloud', which lets the cloud provider setup appropriate routing # Can also be set to 'cloud', which lets the cloud provider setup appropriate routing
kube_network_plugin: calico kube_network_plugin: calico
# Workaround for https://github.com/intel/multus-cni/issues/561
multus_cni_version: "0.3.1"
# Setting multi_networking to true will install Multus: https://github.com/intel/multus-cni # Setting multi_networking to true will install Multus: https://github.com/intel/multus-cni
kube_network_plugin_multus: true kube_network_plugin_multus: true