#701 Update modules/ROOT/pages/using-kubernetes.adoc
Merged 3 months ago by buckaroogeek. Opened 3 months ago by alexdegruven.
fedora-docs/ alexdegruven/quick-docs main  into  main

@@ -237,8 +237,7 @@ 

  +

  [source,bash]

  ----

- sudo systemctl stop firewalld.system

- sudo systemctl disable firewalld.system

+ sudo systemctl disable --now firewalld

  ----

  

  . Install `iptables` and `iproute-tc.`

Fedora 39 no longer recognizes firewalld.system. Reduced to a single command to match other systemd stop/disable commands that have been combined in the document using the --now flag.

Pull-Request has been merged by buckaroogeek

3 months ago
Metadata