Add Romana to docs

ToC, and kubeadm page
This commit is contained in:
Chris Marino
2016-10-21 13:32:29 -07:00
parent 150455fee7
commit d8688fa817
4 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ By way of example, you can install [Weave Net](https://github.com/weaveworks/wea
# kubectl apply -f https://git.io/weave-kube
daemonset "weave-net" created
If you prefer [Calico](https://github.com/projectcalico/calico-containers/tree/master/docs/cni/kubernetes/manifests/kubeadm) or [Canal](https://github.com/tigera/canal/tree/master/k8s-install/kubeadm), please refer to their respective installation guides.
If you prefer [Calico](https://github.com/projectcalico/calico-containers/tree/master/docs/cni/kubernetes/manifests/kubeadm) or [Canal](https://github.com/tigera/canal/tree/master/k8s-install/kubeadm), or [Romana](https://github.com/romana/romana/tree/master/containerize) please refer to their respective installation guides.
You should only install one pod network per cluster.
Once a pod network has been installed, you can confirm that it is working by checking that the `kube-dns` pod is `Running` in the output of `kubectl get pods --all-namespaces`.
@@ -0,0 +1,9 @@
---
assignees:
- chrismarino
---
Romana details
More changes.