getting-started: remove note about installing iptables on Fedora

The install of kubernetes pulls in docker, which has a direct
dependancy on iptables. So there is no need to tell people to
yum install iptables manually.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
pull/1665/head
Daniel P. Berrange 2016-11-11 13:49:06 +00:00
parent 0275ca78d0
commit 33a83b1221
1 changed files with 2 additions and 2 deletions

View File

@ -39,10 +39,10 @@ fed-node = 192.168.121.65
dnf -y install kubernetes
```
* Install etcd and iptables
* Install etcd
```shell
dnf -y install etcd iptables
dnf -y install etcd
```
* Add master and node to /etc/hosts on all machines (not needed if hostnames already in DNS). Make sure that communication works between fed-master and fed-node by using a utility such as ping.