mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-19 20:20:10 -03:30
specify weave version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[](https://travis-ci.org/ansibl8s/setup-kubernetes)
|
||||
[](https://travis-ci.org/kubespray/setup-kubernetes)
|
||||
kubernetes-ansible
|
||||
========
|
||||
|
||||
@@ -27,6 +27,7 @@ in order to avoid any issue during deployment you should disable your firewall
|
||||
* [etcd](https://github.com/coreos/etcd/releases) v2.2.4
|
||||
* [calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.16.0
|
||||
* [flanneld](https://github.com/coreos/flannel/releases) v0.5.5
|
||||
* [weave](http://weave.works/) v1.4.4
|
||||
* [docker](https://www.docker.com/) v1.9.1
|
||||
|
||||
Quickstart
|
||||
@@ -143,12 +144,14 @@ In order to do so, some variables have to be used '**loadbalancer_apiserver**' a
|
||||
|
||||
|
||||
### Network Plugin
|
||||
You can choose between 2 network plugins. Only one must be chosen.
|
||||
You can choose between 3 network plugins. Only one must be chosen.
|
||||
|
||||
* **flannel**: gre/vxlan (layer 2) networking. ([official docs](https://github.com/coreos/flannel))
|
||||
|
||||
* **calico**: bgp (layer 3) networking. ([official docs](http://docs.projectcalico.org/en/0.13/))
|
||||
|
||||
* **weave**: Weave is a lightweight container overlay network that doesn't require an external K/V database cluster. ([official docs](http://weave.works/docs/))
|
||||
|
||||
The choice is defined with the variable **kube_network_plugin**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user