Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
e175ccdd
Unverified
Commit
e175ccdd
authored
2 years ago
by
panguicai
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
the url of multus has been moved (#9850)
Signed-off-by:
panguicai008
<
1121906548@qq.com
>
parent
9e2104c7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
Vagrantfile
+1
-1
1 addition, 1 deletion
Vagrantfile
inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
+1
-1
1 addition, 1 deletion
inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
e175ccdd
...
...
@@ -163,7 +163,7 @@ Note: Upstart/SysV init based OS types are not supported.
-
[
flannel
](
https://github.com/flannel-io/flannel
)
v0.20.2
-
[
kube-ovn
](
https://github.com/alauda/kube-ovn
)
v1.10.7
-
[
kube-router
](
https://github.com/cloudnativelabs/kube-router
)
v1.5.1
-
[
multus
](
https://github.com/
intel
/multus-cni
)
v3.8
-
[
multus
](
https://github.com/
k8snetworkplumbingwg
/multus-cni
)
v3.8
-
[
weave
](
https://github.com/weaveworks/weave
)
v2.8.1
-
[
kube-vip
](
https://github.com/kube-vip/kube-vip
)
v0.5.11
-
Application
...
...
This diff is collapsed.
Click to expand it.
Vagrantfile
+
1
−
1
View file @
e175ccdd
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
+
1
−
1
View file @
e175ccdd
...
...
@@ -69,7 +69,7 @@ credentials_dir: "{{ inventory_dir }}/credentials"
# Can also be set to 'cloud', which lets the cloud provider setup appropriate routing
kube_network_plugin
:
calico
# 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
kube_network_plugin_multus
:
false
# Kubernetes internal network for services, unused block of space.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment