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>
This commit is contained in:
@@ -49,6 +49,12 @@ etcdctl get /coreos.com/network/config
|
|||||||
|
|
||||||
**Perform following commands on all Kubernetes nodes**
|
**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:
|
Edit the flannel configuration file /etc/sysconfig/flanneld as follows:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user