mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
docs/getting-started/rkt: Clarify flannel prerequisites: need flannel + another etcd
This commit is contained in:
parent
54a416fcc1
commit
3d83686857
@ -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 <<EOF >/etc/rkt/net.d/k8s_cluster.conf
|
||||
|
Loading…
Reference in New Issue
Block a user