Skip to content

Commit bb51aa5

Browse files
author
OpenShift Bot
authored
Merge pull request #12823 from csrwng/clusterup_linuxfirewall_docfix
Merged by openshift-bot
2 parents 6f30f7e + 26484a2 commit bb51aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cluster_up_down.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ a URL to access the management console for your cluster.
5959
In RHEL and Fedora, you can create a new firewalld zone to enable this access:
6060
- Determine the Docker bridge network container subnet:
6161
```
62-
docker network inspect bridge -f "{{range .IPAM.Config }}{{ .Subnet }}{{end}}"
62+
docker network inspect -f "{{range .IPAM.Config }}{{ .Subnet }}{{end}}" bridge
6363
```
64-
You will should get a subnet like: ```172.17.0.0/16```
64+
You should get a subnet like: ```172.17.0.0/16```
6565
6666
- Create a new firewalld zone for the subnet and grant it access to the API and DNS ports:
6767
```

0 commit comments

Comments
 (0)