docs/getting-started/rkt: Improve sans flannel example

This commit is contained in:
Josh Wood 2016-01-20 02:06:54 -08:00
parent bb6bb9f18e
commit 75fcbbf2c6

View File

@ -82,9 +82,9 @@ More details about the flannel CNI plugin can be found
#### On GCE #### On GCE
Each VM on GCE can have up to 256 IP addresses routed to it, so flannel isn't called Each VM on GCE has an additional 256 IP addresses routed to it, so
for in most smaller Kubernetes clusters on GCE. This makes the necessary CNI config it is possible to forego flannel in smaller clusters. This makes the
file a bit more verbose: necessary CNI config file a bit more verbose:
```console ```console
$ cat <<EOF >/etc/rkt/net.d/k8s_cluster.conf $ cat <<EOF >/etc/rkt/net.d/k8s_cluster.conf