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
parent
33a83b1221
commit
a6e375a4b1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue