Merge pull request #1580 from caseydavenport/fix-calico-kubeadm-links

Update Calico add-on link
reviewable/pr1468/r6^2
devin-donnelly 2016-11-02 15:18:01 -07:00 committed by GitHub
commit 28925a0620
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ This page lists some of the available add-ons and links to their respective inst
## Networking and Network Policy
* [Weave Net](https://github.com/weaveworks/weave-kube) provides networking and network policy, will carry on working on both sides of a network partition, and does not require an external database.
* [Calico](https://github.com/projectcalico/calico-containers/tree/master/docs/cni/kubernetes/manifests/kubeadm) is a secure L3 networking and network policy provider.
* [Calico](http://docs.projectcalico.org/v1.5/getting-started/kubernetes/installation/hosted/) is a secure L3 networking and network policy provider.
* [Canal](https://github.com/tigera/canal/tree/master/k8s-install/kubeadm) unites Flannel and Calico, providing networking and network policy.
* [Romana](http://romana.io) is a Layer 3 networking solution for pod networks that also supports the [NetworkPolicy API](/docs/user-guide/networkpolicies/). Kubeadm add-on installation details available [here](https://github.com/romana/romana/tree/master/containerize).