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
73e0aeb4
Commit
73e0aeb4
authored
8 years ago
by
Smaine Kahlouch
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1031 from mattymo/defaultcalico
Change default network plugin to Calico
parents
d92d955a
2d65554c
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
docs/vars.md
+1
-1
1 addition, 1 deletion
docs/vars.md
inventory/group_vars/all.yml
+2
-2
2 additions, 2 deletions
inventory/group_vars/all.yml
with
4 additions
and
4 deletions
README.md
+
1
−
1
View file @
73e0aeb4
...
...
@@ -76,7 +76,7 @@ in order to avoid any issue during deployment you should disable your firewall.
## Network plugins
You can choose between 4 network plugins. (default:
`
flannel`
with vxlan backend
)
You can choose between 4 network plugins. (default:
`
calico`
)
*
[
**flannel**
](
docs/flannel.md
)
: gre/vxlan (layer 2) networking.
...
...
This diff is collapsed.
Click to expand it.
docs/vars.md
+
1
−
1
View file @
73e0aeb4
...
...
@@ -23,7 +23,7 @@ Some variables of note include:
*
*hyperkube_image_repo*
- Specify the Docker repository where Hyperkube
resides
*
*hyperkube_image_tag*
- Specify the Docker tag where Hyperkube resides
*
*kube_network_plugin*
-
Changes k8s plugin to
Calico
*
*kube_network_plugin*
-
Sets k8s network plugin (default
Calico
)
*
*kube_proxy_mode*
- Changes k8s proxy mode to iptables mode
*
*kube_version*
- Specify a given Kubernetes hyperkube version
*
*searchdomains*
- Array of DNS domains to search when looking up hostnames
...
...
This diff is collapsed.
Click to expand it.
inventory/group_vars/all.yml
+
2
−
2
View file @
73e0aeb4
...
...
@@ -105,9 +105,9 @@ etcd_multiaccess: true
# kube_apiserver_port (default 443)
loadbalancer_apiserver_localhost
:
true
# Choose network plugin (calico, weave or flannel)
# Choose network plugin (calico,
canal,
weave or flannel)
# Can also be set to 'cloud', which lets the cloud provider setup appropriate routing
kube_network_plugin
:
flannel
kube_network_plugin
:
calico
# Kubernetes internal network for services, unused block of space.
kube_service_addresses
:
10.233.0.0/18
...
...
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