Commit 3d836868 authored by Josh Wood's avatar Josh Wood

docs/getting-started/rkt: Clarify flannel prerequisites: need flannel + another etcd

parent 54a416fc
...@@ -62,8 +62,12 @@ edited to add this `rkt.kubernetes.io` network: ...@@ -62,8 +62,12 @@ edited to add this `rkt.kubernetes.io` network:
#### Using flannel #### Using flannel
[flannel](https://github.com/coreos/flannel) can be configured with a In addition to the basic prerequisites above, each node must be running
CNI config like: 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 ```console
$ cat <<EOF >/etc/rkt/net.d/k8s_cluster.conf $ cat <<EOF >/etc/rkt/net.d/k8s_cluster.conf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment