Skip to content

Commit

Permalink
Fix typo in docs/networking.md
Browse files Browse the repository at this point in the history
Typo (ryn->run) I stumbled upon while reading the docs

Signed-off-by: Ioannis Protogeros <61976410+vanourogeros@users.noreply.github.com>
  • Loading branch information
vanourogeros authored Sep 8, 2023
1 parent 4b96ff9 commit 69b3ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/networking/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ K3s includes an embedded network policy controller. The underlying implementatio
To disable it, start each server with the `--disable-network-policy` flag.

:::note
Network policy iptables rules are not removed if the K3s configuration is changed to disable the network policy controller. To clean up the configured kube-router network policy rules after disabling the network policy controller, use the `k3s-killall.sh` script, or clean them using `iptables-save` and `iptables-restore`. These steps must be ryn manually on all nodes in the cluster.
Network policy iptables rules are not removed if the K3s configuration is changed to disable the network policy controller. To clean up the configured kube-router network policy rules after disabling the network policy controller, use the `k3s-killall.sh` script, or clean them using `iptables-save` and `iptables-restore`. These steps must be run manually on all nodes in the cluster.
```
iptables-save | grep -v KUBE-ROUTER | iptables-restore
ip6tables-save | grep -v KUBE-ROUTER | ip6tables-restore
Expand Down

0 comments on commit 69b3ec6

Please sign in to comment.