getting-started: add instruction to install flannel

The Fedora multi-node doc need to tell users to install
flannel, since previous setup won't have brought it in.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
pull/1665/head
Daniel P. Berrange 2016-11-11 15:07:16 +00:00
parent 33a83b1221
commit a6e375a4b1
1 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,12 @@ etcdctl get /coreos.com/network/config
**Perform following commands on all Kubernetes nodes**
Install the flannel package
```shell
# dnf -y install flannel
```
Edit the flannel configuration file /etc/sysconfig/flanneld as follows:
```shell