Skip to content

Commit

Permalink
Convert networking list to bulleted list
Browse files Browse the repository at this point in the history
Also sort by name.

Came up on slack, where a user assumed that vmware-archive#1 in the list was most
highly favored, which was not the intention.
  • Loading branch information
justinsb committed Jun 20, 2017
1 parent 539566f commit 0fc0800
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ and NAT gateways are single AZ, multiple route tables are needed to use each NAT

Several different providers are currently built into kops:

1. kopeio-vxlan
2. [weave](https://github.com/weaveworks/weave-kube)
3. [flannel](https://github.com/coreos/flannel)
4. [Calico](http://docs.projectcalico.org/v2.0/getting-started/kubernetes/installation/hosted/)
5. [Canal (Flannel + Calico)](https://github.com/projectcalico/canal)
6. [kube-router](https://github.com/cloudnativelabs/kube-router)
* [Calico](http://docs.projectcalico.org/v2.0/getting-started/kubernetes/installation/hosted/)
* [Canal (Flannel + Calico)](https://github.com/projectcalico/canal)
* [flannel](https://github.com/coreos/flannel)
* [kopeio-vxlan](https://github.com/kopeio/networking)
* [kube-router](https://github.com/cloudnativelabs/kube-router)
* [weave](https://github.com/weaveworks/weave-kube)

The manifests for the providers are included with kops, and you simply use `--networking provider-name`.
Replace the provider name with the names listed above with you `kops cluster create`. For instance
Expand Down

0 comments on commit 0fc0800

Please sign in to comment.