Skip to content

Commit b49c630

Browse files
authored
Merge pull request #27652 from kurokobo/fix/#27585_firewall
Fix #27585: Add firewall-cmd --reload
2 parents 8e5094f + 72bb984 commit b49c630

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/ipi-install-creating-an-rhcos-images-cache.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ $ sudo dnf install -y podman
2525
----
2626
$ sudo firewall-cmd --add-port=8080/tcp --zone=public --permanent
2727
----
28+
+
29+
[source,terminal]
30+
----
31+
$ sudo firewall-cmd --reload
32+
----
2833

2934
. Create a directory to store the `bootstraposimage` and `clusterosimage`.
3035
+

0 commit comments

Comments
 (0)