Firewalld updates (#7203)

pull/7202/merge
Patrick M. Slattery 2018-02-01 08:50:09 -08:00 committed by k8s-ci-robot
parent 317a842047
commit fd195d32c2
1 changed files with 6 additions and 3 deletions

View File

@ -60,11 +60,14 @@ the name of the master server:
KUBE_MASTER="--master=http://fed-master:8080"
```
* Disable the firewall on both the master and node, as docker does not play well with other firewall rule managers. Please note that iptables-services does not exist on default fedora server install.
* Disable the firewall on both the master and node, as Docker does not play well with other firewall rule managers. Please note that iptables.service does not exist on the default Fedora Server install.
```shell
systemctl disable iptables-services firewalld
systemctl stop iptables-services firewalld
systemctl mask firewalld.service
systemctl stop firewalld.service
systemctl disable iptables.service
systemctl stop iptables.service
```
**Configure the Kubernetes services on the master.**