the url of multus has been moved (#9850)

Signed-off-by: panguicai008 <1121906548@qq.com>
This commit is contained in:
panguicai
2023-03-06 10:52:57 +08:00
committed by GitHub
parent 9e2104c7d3
commit e175ccdde0
3 changed files with 3 additions and 3 deletions

2
Vagrantfile vendored
View File

@@ -56,7 +56,7 @@ $subnet ||= "172.18.8"
$subnet_ipv6 ||= "fd3c:b398:0698:0756"
$os ||= "ubuntu1804"
$network_plugin ||= "flannel"
# 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/k8snetworkplumbingwg/multus-cni
$multi_networking ||= "False"
$download_run_once ||= "True"
$download_force_cache ||= "False"