From 3d836868570adb7cd608efe689e35aa5a60c27f0 Mon Sep 17 00:00:00 2001 From: Josh Wood Date: Wed, 20 Jan 2016 23:00:06 -0800 Subject: [PATCH] docs/getting-started/rkt: Clarify flannel prerequisites: need flannel + another etcd --- docs/getting-started-guides/rkt/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/rkt/README.md b/docs/getting-started-guides/rkt/README.md index c96316d582c..197e74b414b 100644 --- a/docs/getting-started-guides/rkt/README.md +++ b/docs/getting-started-guides/rkt/README.md @@ -62,8 +62,12 @@ edited to add this `rkt.kubernetes.io` network: #### Using flannel -[flannel](https://github.com/coreos/flannel) can be configured with a -CNI config like: +In addition to the basic prerequisites above, each node must be running +a [flannel](https://github.com/coreos/flannel) daemon. This implies +that a flannel-supporting etcd service must be available to the cluster +as well, apart from the Kubernetes etcd, which will not yet be +available at flannel configuration time. Once it's running, flannel can +be set up with a CNI config like: ```console $ cat </etc/rkt/net.d/k8s_cluster.conf